[EMAIL PROTECTED] writes: > wsanchez 2002/07/24 13:29:38 > > Modified: . CHANGES configure.in > include apr.h.in apr_strings.h > strings apr_strings.c > Log: > Added apr_strtoll() and apr_atoll() to strings lib. > Submitted by: Shantonu Sen <[EMAIL PROTECTED]> ... > Index: apr_strings.h > =================================================================== > RCS file: /home/cvs/apr/include/apr_strings.h,v > retrieving revision 1.26 > retrieving revision 1.27 > diff -u -r1.26 -r1.27 > --- apr_strings.h 28 Jun 2002 21:05:14 -0000 1.26 > +++ apr_strings.h 24 Jul 2002 20:29:38 -0000 1.27 > @@ -327,6 +327,30 @@ ... > +APR_DECLARE(long long) apr_strtoll(char *buf, char **end, int base);
needs to be "const char *buf" apr_atoll() needs to take "const char *buf" too -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
