diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-12 21:27:47 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-12 21:27:47 -0400 |
| commit | b981d8b3f5e008ff10d993be633ad00564fc22cd (patch) | |
| tree | e292dc07b22308912cf6a58354a608b9e5e8e1fd /include/linux/string.h | |
| parent | b11d2127c4893a7315d1e16273bc8560049fa3ca (diff) | |
| parent | 2b9e0aae1d50e880c58d46788e5e3ebd89d75d62 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/macintosh/adbhid.c
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 7f2eb6a477f9..836062b7582a 100644 --- a/include/linux/string.h +++ b/include/linux/string.h | |||
| @@ -105,8 +105,12 @@ extern void * memchr(const void *,int,__kernel_size_t); | |||
| 105 | #endif | 105 | #endif |
| 106 | 106 | ||
| 107 | extern char *kstrdup(const char *s, gfp_t gfp); | 107 | extern char *kstrdup(const char *s, gfp_t gfp); |
| 108 | extern char *kstrndup(const char *s, size_t len, gfp_t gfp); | ||
| 108 | 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); |
| 109 | 110 | ||
| 111 | extern char **argv_split(gfp_t gfp, const char *str, int *argcp); | ||
| 112 | extern void argv_free(char **argv); | ||
| 113 | |||
| 110 | #ifdef __cplusplus | 114 | #ifdef __cplusplus |
| 111 | } | 115 | } |
| 112 | #endif | 116 | #endif |
