From a5323c57686340d3a8a6b0d6b3e6faab2a22ce8d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 30 Mar 2011 14:14:26 -0400 Subject: add some missing prototypes for nonstandard functions (strsep, clearenv) --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index 00c8e8ff..bd195e3f 100644 --- a/include/string.h +++ b/include/string.h @@ -73,6 +73,7 @@ int strcasecmp (const char *, const char *); int strncasecmp (const char *, const char *, size_t); char *strchrnul(const char *, int); char *strcasestr(const char *, const char *); +char *strsep(char **, char *); #endif #ifdef __cplusplus -- cgit v1.2.1