1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-28 21:05:48 +03:00

r15882: I forgot to add in this prototype for strtok_r()

(This used to be commit 971cead2ad66fca55a32639090d97b8186c1dae7)
This commit is contained in:
Andrew Tridgell 2006-05-25 13:23:24 +00:00 committed by Gerald (Jerry) Carter
parent 373bf313cd
commit aa01252bb3

View File

@ -96,6 +96,10 @@ int rename(const char *zfrom, const char *zto);
char *strcasestr(const char *haystack, const char *needle);
#endif
#ifndef HAVE_STRTOK_R
char *strtok_r(char *s, const char *delim, char **save_ptr);
#endif
#ifndef HAVE_FTRUNCATE
int ftruncate(int f,long l);
#endif