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:
parent
373bf313cd
commit
aa01252bb3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user