1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

* 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
This commit is contained in:
Joe Orton
2005-07-28 12:02:44 +00:00
parent 99bc6a8a77
commit 58c92d7dd7

View File

@@ -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;