diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/string.h b/string/string.h index 53b6096497..8b9fd5c359 100644 --- a/string/string.h +++ b/string/string.h @@ -209,6 +209,7 @@ extern int strncasecmp __P ((__const char *__s1, __const char *__s2, /* Return the next DELIM-delimited token from *STRINGP, terminating it with a '\0', and update *STRINGP to point past it. */ +extern char *__strsep __P ((char **__stringp, __const char *__delim)); extern char *strsep __P ((char **__stringp, __const char *__delim)); #endif |