Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19036/include
Modified Files:
strutil.h
Log Message:
renamed strsep() to strutil_strsep(), it conflicted with strsep in dspam
Index: strutil.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/strutil.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -b -u -2 -r1.71 -r1.72
--- strutil.h 10 Apr 2004 23:04:45 -0000 1.71
+++ strutil.h 10 Jul 2004 19:44:37 -0000 1.72
@@ -187,9 +187,6 @@
String strutil_expandpath(const String &ipath);
-
-#ifndef HAVE_STRSEP
- /// implements the strsep() function found on some Unix systems
- char *strsep(char **stringp, const char *delim);
-#endif // !HAVE_STRSEP
+/// Same as semi-standard strsep() function found on some Unix systems
+char *strutil_strsep(char **stringp, const char *delim);
/** A small helper function to expand mailfolder names or path names.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates