]> granicus.if.org Git - apache/commitdiff
Fix the static function declarations in the prototypes
authorBradley Nicholes <bnicholes@apache.org>
Tue, 3 May 2005 23:51:05 +0000 (23:51 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 3 May 2005 23:51:05 +0000 (23:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168023 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 4d252bb1d7d0b9cc32745bb8faba4713bd7f6e1f..75eb02f568f23eb17e9ca969cfd5b0e26eed3129 100644 (file)
@@ -55,8 +55,8 @@
 
 module AP_MODULE_DECLARE_DATA ldap_module;
 
-int util_ldap_handler(request_rec *r);
-void *util_ldap_create_config(apr_pool_t *p, server_rec *s);
+static int util_ldap_handler(request_rec *r);
+static void *util_ldap_create_config(apr_pool_t *p, server_rec *s);
 
 
 /*