]> granicus.if.org Git - apache/commitdiff
* modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): Make
authorJoe Orton <jorton@apache.org>
Thu, 28 Jul 2005 12:02:44 +0000 (12:02 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 28 Jul 2005 12:02:44 +0000 (12:02 +0000)
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

index 9a28a728ed1804b91c70e988b705448880891956..62099748ef8ba9a66a7225269dee21b2d3641113 100644 (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;