From c153cbd6c262eda61bda389bf3e51496de06a6e3 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 3 May 2005 23:51:05 +0000 Subject: [PATCH] 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 --- modules/ldap/util_ldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); /* -- 2.50.1