X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fstring.h;h=c61306da8c5256971fb78443f7fa242d43730997;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=e4c7558603167bfffd23cc6966c0d88cb7b45b04;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/linux/string.h b/include/linux/string.h index e4c755860..c61306da8 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -56,7 +56,6 @@ 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