X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=027915bc640cf091b9c9e2b58b00f68b80f1c583;hb=932aeb6dcc4a6df2d08755f743659451c9721447;hp=42d19f8197f9ff03795397843a1385e19a1a225f;hpb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;p=ccan diff --git a/ccan/str/debug.c b/ccan/str/debug.c index 42d19f81..027915bc 100644 --- a/ccan/str/debug.c +++ b/ccan/str/debug.c @@ -1,4 +1,3 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #include "config.h" #include #include @@ -87,6 +86,9 @@ int str_isxdigit(int i) return isxdigit(i); } +#undef strstr +#undef strchr +#undef strrchr char *str_strstr(const char *haystack, const char *needle) {