]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Non-compiling version of ccan_depends by default.
[ccan] / tools / tools.h
index f07627ebee99f4e10b62524c16be72a69f492d7c..e43643ddb4d2028ffe1f3f9f9a9b018204876259 100644 (file)
@@ -3,7 +3,11 @@
 
 #define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I."
 
+/* This actually compiles and runs the _info.c file to get dependencies. */
 char **get_deps(const void *ctx, const char *dir);
 
+/* This is safer: just looks for ccan/ strings in _info.c */
+char **get_safe_ccan_deps(const void *ctx, const char *dir);
+
 #endif /* CCAN_TOOLS_H */