svn commit: samba r15882 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Thu May 25 13:23:25 GMT 2006


Author: tridge
Date: 2006-05-25 13:23:24 +0000 (Thu, 25 May 2006)
New Revision: 15882

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15882

Log:

I forgot to add in this prototype for strtok_r()

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2006-05-25 07:14:33 UTC (rev 15881)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2006-05-25 13:23:24 UTC (rev 15882)
@@ -96,6 +96,10 @@
 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



More information about the samba-cvs mailing list