X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=f07627ebee99f4e10b62524c16be72a69f492d7c;hp=841265f99ad914e58ffcd918ffa926dd2f00a857;hb=999da3406c580e5b866e4fc0ac5a91bf5696dfb9;hpb=437fa285d12183a0f1e7450b3a01cbe5620a3507;ds=sidebyside diff --git a/tools/tools.h b/tools/tools.h index 841265f9..f07627eb 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -1,17 +1,9 @@ #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); - -#define streq(a,b) (strcmp((a),(b)) == 0) - #endif /* CCAN_TOOLS_H */