From 58c92d7dd7c5edf09fd9d19889556f1023b553c0 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 28 Jul 2005 12:02:44 +0000 Subject: [PATCH] * modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): Make private function static. (util_ldap_cache_child_kill): Remove prototype for function which doesn't exist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225756 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/util_ldap_cache.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/ldap/util_ldap_cache.c b/modules/ldap/util_ldap_cache.c index 9a28a728ed1..62099748ef8 100644 --- a/modules/ldap/util_ldap_cache.c +++ b/modules/ldap/util_ldap_cache.c @@ -378,10 +378,7 @@ void util_ldap_dn_compare_node_display(request_rec *r, util_ald_cache_t *cache, /* ------------------------------------------------------------------ */ -apr_status_t util_ldap_cache_child_kill(void *data); -apr_status_t util_ldap_cache_module_kill(void *data); - -apr_status_t util_ldap_cache_module_kill(void *data) +static apr_status_t util_ldap_cache_module_kill(void *data) { util_ldap_state_t *st = (util_ldap_state_t *)data; -- 2.47.2