X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=fff962c7eb033cf08f7fe1939e2f231bef8caf74;hp=4e8a48e6ab3b664ee4277fadae0725c3601fc7cb;hb=779d83085d6c6d37f6c4030130efe649a005696a;hpb=4239dd56d06be573c5cbf8fdf1ab0995cbd4bc66 diff --git a/tools/tools.h b/tools/tools.h index 4e8a48e6..fff962c7 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -3,9 +3,6 @@ #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I." -char **split(const void *ctx, const char *text, const char *delims, - unsigned int *nump); - char **get_deps(const void *ctx, const char *dir); void *grab_fd(const void *ctx, int fd);