aboutsummaryrefslogtreecommitdiff
path: root/lib/strtok.h
AgeCommit message (Collapse)Author
2001-05-31include setup.h _before_ system includesDaniel Stenberg
2001-05-31removed the prototype and made it include string.h insteadDaniel Stenberg
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on all instances where strtok_r() is used. There's not much we can do about it. Adding a prototype here screws everything up on other platforms! :-(
2001-05-30include strtok.h to get the prototypeDaniel Stenberg
2001-05-29curl_ => Curl_Daniel Stenberg
2001-05-29Added strtok.[ch]Daniel Stenberg