summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-05-03 23:51:05 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-05-03 23:51:05 +0000
commitc153cbd6c262eda61bda389bf3e51496de06a6e3 (patch)
treedd783065b0e6e037823e5356cef72053f9c69b65
parent3a3447622ca1e8cfb49b2fe7110d276ae3bb8c9f (diff)
downloadhttpd-c153cbd6c262eda61bda389bf3e51496de06a6e3.tar.gz
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
-rw-r--r--modules/ldap/util_ldap.c4
1 files 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);
/*