]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Revised version of infotojson after comments
[ccan] / tools / tools.h
index 4e8a48e6ab3b664ee4277fadae0725c3601fc7cb..fff962c7eb033cf08f7fe1939e2f231bef8caf74 100644 (file)
@@ -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);