]> git.sur5r.net Git - u-boot/blobdiff - include/linux/string.h
env: Add a command to display details about env flags
[u-boot] / include / linux / string.h
index de833554a1d6133c6f23304b857e53d3d582c930..e9b134d1428f43786bce85d8f7dc4a6fc72d1907 100644 (file)
@@ -50,10 +50,7 @@ extern char * strchr(const char *,int);
 #ifndef __HAVE_ARCH_STRRCHR
 extern char * strrchr(const char *,int);
 #endif
-extern char * skip_spaces(const char *);
-
-extern char *strim(char *);
-
+#include <linux/linux_string.h>
 #ifndef __HAVE_ARCH_STRSTR
 extern char * strstr(const char *,const char *);
 #endif