Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-31 | include setup.h _before_ system includes | Daniel Stenberg | |
2001-05-31 | removed the prototype and made it include string.h instead | Daniel 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-30 | include strtok.h to get the prototype | Daniel Stenberg | |
2001-05-29 | curl_ => Curl_ | Daniel Stenberg | |
2001-05-29 | Added strtok.[ch] | Daniel Stenberg | |