diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /include/string.h | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.0.0
'RELENG_3_0_0_RELEASE'.
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index acfebfc7141a..81c868ab98f5 100644 --- a/include/string.h +++ b/include/string.h @@ -86,7 +86,6 @@ 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 |
