]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix wrong strsep() C++ prototype
authorserassio <>
Thu, 6 Jul 2006 01:49:54 +0000 (01:49 +0000)
committerserassio <>
Thu, 6 Jul 2006 01:49:54 +0000 (01:49 +0000)
include/strsep.h

index 5b5383f07a7eed1709232635b7643cc17887c126..6ece8d86e263b165784ec2a92fb4535072d057bf 100755 (executable)
@@ -46,7 +46,7 @@
 
    See also strtok_r().  */
 
-extern char *strsep (char **stringp, const char *delim);
+SQUIDCEXTERN char *strsep (char **stringp, const char *delim);
 
 #endif