summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-01-20 21:21:26 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-01-20 21:21:26 +0000
commit5d00b6ccba148e6bf641997e0a2e6078db3b26c3 (patch)
tree2a2e8e5a6207ecb82e672249736793f3866bad2f /include/string.h
parentb8b442b5abd69fe2a9fb8806d633696ec8868762 (diff)
Notes
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 81c868ab98f5..acfebfc7141a 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