diff options
Diffstat (limited to 'include/linux/string.h')
-rw-r--r-- | include/linux/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index ee5e9ccc4aae..836062b7582a 100644 --- a/include/linux/string.h +++ b/include/linux/string.h | |||
@@ -108,6 +108,9 @@ extern char *kstrdup(const char *s, gfp_t gfp); | |||
108 | extern char *kstrndup(const char *s, size_t len, gfp_t gfp); | 108 | extern char *kstrndup(const char *s, size_t len, gfp_t gfp); |
109 | extern void *kmemdup(const void *src, size_t len, gfp_t gfp); | 109 | extern void *kmemdup(const void *src, size_t len, gfp_t gfp); |
110 | 110 | ||
111 | extern char **argv_split(gfp_t gfp, const char *str, int *argcp); | ||
112 | extern void argv_free(char **argv); | ||
113 | |||
111 | #ifdef __cplusplus | 114 | #ifdef __cplusplus |
112 | } | 115 | } |
113 | #endif | 116 | #endif |