]> granicus.if.org Git - apache/commitdiff
Make dialup_callback a static function.
authorPaul Querna <pquerna@apache.org>
Tue, 2 Dec 2008 08:10:23 +0000 (08:10 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 2 Dec 2008 08:10:23 +0000 (08:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722396 13f79535-47bb-0310-9956-ffa450edef68

modules/test/mod_dialup.c

index 73ca25fe95250804811d90e4281e55d3ca181ee6..405bc0a061f6002719871a8d5ed149e7031c7f2d 100644 (file)
@@ -107,7 +107,7 @@ dialup_send_pulse(dialup_baton_t *db)
     }
 }
 
-void 
+static void 
 dialup_callback(void *baton)
 {
     int status;