wrowe 2002/07/08 10:34:25
Modified: include apr_lib.h apr_md5.h
Log:
Leftovers from my size_t hunt before the weekend.
Revision Changes Path
1.57 +1 -1 apr/include/apr_lib.h
Index: apr_lib.h
===================================================================
RCS file: /home/cvs/apr/include/apr_lib.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- apr_lib.h 13 Mar 2002 20:39:14 -0000 1.56
+++ apr_lib.h 8 Jul 2002 17:34:24 -0000 1.57
@@ -250,7 +250,7 @@
* @param bufsize The length of the password buffer.
*/
APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf,
- size_t *bufsize);
+ apr_size_t *bufsize);
#ifdef __cplusplus
}
1.28 +1 -1 apr/include/apr_md5.h
Index: apr_md5.h
===================================================================
RCS file: /home/cvs/apr/include/apr_md5.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- apr_md5.h 13 Mar 2002 20:39:14 -0000 1.27
+++ apr_md5.h 8 Jul 2002 17:34:24 -0000 1.28
@@ -177,7 +177,7 @@
* @param nbytes The length of the string
*/
APR_DECLARE(apr_status_t) apr_md5_encode(const char *password, const char
*salt,
- char *result, size_t nbytes);
+ char *result, apr_size_t nbytes);
/** @} */
#ifdef __cplusplus