From: Bradley Nicholes Date: Tue, 3 May 2005 23:51:05 +0000 (+0000) Subject: Fix the static function declarations in the prototypes X-Git-Tag: 2.1.5~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c153cbd6c262eda61bda389bf3e51496de06a6e3;p=apache Fix the static function declarations in the prototypes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 4d252bb1d7..75eb02f568 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -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); /*