X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fstring.h;fp=include%2Flinux%2Fstring.h;h=e4c7558603167bfffd23cc6966c0d88cb7b45b04;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=c61306da8c5256971fb78443f7fa242d43730997;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/linux/string.h b/include/linux/string.h index c61306da8..e4c755860 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -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