]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Fix namespacize after grab_file changes.
[ccan] / tools / tools.h
index 4e8a48e6ab3b664ee4277fadae0725c3601fc7cb..f07627ebee99f4e10b62524c16be72a69f492d7c 100644 (file)
@@ -3,13 +3,7 @@
 
 #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);
-void *grab_file(const void *ctx, const char *filename);
-
 #endif /* CCAN_TOOLS_H */