summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-20 21:21:26 +0000
committerjdp <jdp@FreeBSD.org>1999-01-20 21:21:26 +0000
commit346064c48dbe34356dbe9d4d8c47a5f11780fd46 (patch)
tree9d104801dc21c6622d732f44f7af048f8d37b590 /include/string.h
parent31022d9ddb5051316cc3b58809d0ad99ab618901 (diff)
downloadFreeBSD-src-346064c48dbe34356dbe9d4d8c47a5f11780fd46.zip
FreeBSD-src-346064c48dbe34356dbe9d4d8c47a5f11780fd46.tar.gz
Add a prototype for strtok_r().
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index 81c868a..acfebfc 100644
--- a/include/string.h
+++ b/include/string.h
@@ -86,6 +86,7 @@ char *strdup __P((const char *));
void strmode __P((int, char *));
int strncasecmp __P((const char *, const char *, size_t));
char *strsep __P((char **, const char *));
+char *strtok_r __P((char *, const char *, char **));
void swab __P((const void *, void *, size_t));
#endif
__END_DECLS
OpenPOWER on IntegriCloud