]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Fix talloc external alloc parent pointer.
[ccan] / tools / tools.h
index 841265f99ad914e58ffcd918ffa926dd2f00a857..fff962c7eb033cf08f7fe1939e2f231bef8caf74 100644 (file)
@@ -1,17 +1,12 @@
 #ifndef CCAN_TOOLS_H
 #define CCAN_TOOLS_H
 
 #ifndef CCAN_TOOLS_H
 #define CCAN_TOOLS_H
 
-#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I."
-
-char **split(const void *ctx, const char *text, const char *delims,
-            unsigned int *nump);
+#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I."
 
 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);
 
 
 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);
 
-#define streq(a,b) (strcmp((a),(b)) == 0)
-
 #endif /* CCAN_TOOLS_H */
 
 #endif /* CCAN_TOOLS_H */