From: Paul Querna Date: Tue, 2 Dec 2008 08:10:23 +0000 (+0000) Subject: Make dialup_callback a static function. X-Git-Tag: 2.3.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5641174110c926b7abfd465eb434072c1951aeb;p=thirdparty%2Fapache%2Fhttpd.git Make dialup_callback a static function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722396 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c index 73ca25fe952..405bc0a061f 100644 --- a/modules/test/mod_dialup.c +++ b/modules/test/mod_dialup.c @@ -107,7 +107,7 @@ dialup_send_pulse(dialup_baton_t *db) } } -void +static void dialup_callback(void *baton) { int status;