From cvs-return-5724-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Apr 21 21:20:25 2004 Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 78144 invoked from network); 21 Apr 2004 21:20:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Apr 2004 21:20:25 -0000 Received: (qmail 36261 invoked by uid 500); 21 Apr 2004 21:18:08 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 36205 invoked by uid 500); 21 Apr 2004 21:18:06 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 36101 invoked from network); 21 Apr 2004 21:18:05 -0000 Date: 21 Apr 2004 21:18:17 -0000 Message-ID: <20040421211817.76075.qmail@minotaur.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_hash.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/04/21 14:18:17 Modified: include apr_hash.h Log: * include/apr_hash.h: Fix formatting. Revision Changes Path 1.44 +3 -2 apr/include/apr_hash.h Index: apr_hash.h =================================================================== RCS file: /home/cvs/apr/include/apr_hash.h,v retrieving revision 1.43 retrieving revision 1.44 diff -w -d -u -r1.43 -r1.44 --- apr_hash.h 21 Apr 2004 20:56:31 -0000 1.43 +++ apr_hash.h 21 Apr 2004 21:18:17 -0000 1.44 @@ -58,7 +58,8 @@ /** * Callback functions for calculating hash values. * @param key The key. - * @param klen The length of the key, or APR_HASH_KEY_STRING to use the string length. If APR_HASH_KEY_STRING then returns the actual key length. + * @param klen The length of the key, or APR_HASH_KEY_STRING to use the string + * length. If APR_HASH_KEY_STRING then returns the actual key length. */ typedef unsigned int (*apr_hashfunc_t)(const char *key, apr_ssize_t *klen);