From: Erik M. <er...@us...> - 2001-10-07 23:01:10
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv5107/include/blob Modified Files: util.h Log Message: rename strtoval() to strtou32() Index: util.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/util.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- util.h 2001/10/07 15:27:35 1.2 +++ util.h 2001/10/07 23:01:08 1.3 @@ -54,6 +54,6 @@ char *strcpy(char *dest, const char *src); /* convert a string to an u32 value */ -int strtoval(const char *str, u32 *value); +int strtou32(const char *str, u32 *value); #endif |