X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Ftools.h;h=f07627ebee99f4e10b62524c16be72a69f492d7c;hb=338b91f5d9f391a29f43568872e4406438ff2af8;hp=fff962c7eb033cf08f7fe1939e2f231bef8caf74;hpb=779d83085d6c6d37f6c4030130efe649a005696a;p=ccan diff --git a/tools/tools.h b/tools/tools.h index fff962c7..f07627eb 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -5,8 +5,5 @@ 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 */