Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 99888 invoked from network); 28 Jul 2005 12:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 12:03:04 -0000 Received: (qmail 45949 invoked by uid 500); 28 Jul 2005 12:03:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 45759 invoked by uid 500); 28 Jul 2005 12:03:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 45742 invoked by uid 99); 28 Jul 2005 12:03:02 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 28 Jul 2005 05:02:51 -0700 Received: (qmail 99795 invoked by uid 65534); 28 Jul 2005 12:02:48 -0000 Message-ID: <20050728120248.99793.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r225756 - /httpd/httpd/trunk/modules/ldap/util_ldap_cache.c Date: Thu, 28 Jul 2005 12:02:48 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Thu Jul 28 05:02:44 2005 New Revision: 225756 URL: http://svn.apache.org/viewcvs?rev=225756&view=rev Log: * 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. Modified: httpd/httpd/trunk/modules/ldap/util_ldap_cache.c Modified: httpd/httpd/trunk/modules/ldap/util_ldap_cache.c URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/ldap/util_ldap_cache.c?rev=225756&r1=225755&r2=225756&view=diff ============================================================================== --- httpd/httpd/trunk/modules/ldap/util_ldap_cache.c (original) +++ httpd/httpd/trunk/modules/ldap/util_ldap_cache.c Thu Jul 28 05:02:44 2005 @@ -378,10 +378,7 @@ /* ------------------------------------------------------------------ */ -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;