diff options
| author | Dave Jones <davej@suse.de> | 2002-04-02 20:02:51 -0800 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-04-02 20:02:51 -0800 |
| commit | c3a7bc4185cf786bfc28317a652a3b90e0fedb09 (patch) | |
| tree | 3ed051d754cab501054df5063baaeca2c6f644b5 /include/linux/string.h | |
| parent | 0d440bfb4a08ea62946aae14be0d82c6798efd1c (diff) | |
[PATCH] Remove last remaining bits of strtok.
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index b5497d139d28..3d344c0190d8 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -12,9 +12,7 @@ extern "C" { #endif -extern char * ___strtok; extern char * strpbrk(const char *,const char *); -extern char * strtok(char *,const char *); extern char * strsep(char **,const char *); extern __kernel_size_t strspn(const char *,const char *); |
