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