You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/02 09:10:23 UTC

svn commit: r722396 - /httpd/httpd/trunk/modules/test/mod_dialup.c

Author: pquerna
Date: Tue Dec  2 00:10:23 2008
New Revision: 722396

URL: http://svn.apache.org/viewvc?rev=722396&view=rev
Log:
Make dialup_callback a static function.

Modified:
    httpd/httpd/trunk/modules/test/mod_dialup.c

Modified: httpd/httpd/trunk/modules/test/mod_dialup.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/test/mod_dialup.c?rev=722396&r1=722395&r2=722396&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/test/mod_dialup.c (original)
+++ httpd/httpd/trunk/modules/test/mod_dialup.c Tue Dec  2 00:10:23 2008
@@ -107,7 +107,7 @@
     }
 }
 
-void 
+static void 
 dialup_callback(void *baton)
 {
     int status;