]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/string.h
[GFS2] Fix up merge of Linus' kernel into GFS2
[linux-2.6-omap-h63xx.git] / include / linux / string.h
index c61306da8c5256971fb78443f7fa242d43730997..e4c7558603167bfffd23cc6966c0d88cb7b45b04 100644 (file)
@@ -56,6 +56,7 @@ extern char * strnchr(const char *, size_t, int);
 #ifndef __HAVE_ARCH_STRRCHR
 extern char * strrchr(const char *,int);
 #endif
+extern char * strstrip(char *);
 #ifndef __HAVE_ARCH_STRSTR
 extern char * strstr(const char *,const char *);
 #endif