X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.h;h=d2de6437ed81d6ebb5197a0a2a56bbee528759d8;hp=86e1f20566db89c8540f84ea2d288d55995699c1;hb=e0529e15e0c7f9251af5465ef03f208d279affc1;hpb=5f551788224a3cf0988ae490a807b20292822f20 diff --git a/tools/manifest.h b/tools/manifest.h index 86e1f205..d2de6437 100644 --- a/tools/manifest.h +++ b/tools/manifest.h @@ -82,8 +82,9 @@ struct ccan_file { char *simplified; }; -/* A new ccan_file, with the given name (tal_steal onto returned value). */ -struct ccan_file *new_ccan_file(const void *ctx, const char *dir, char *name); +/* A new ccan_file, with the given dir and name (either can be take()). */ +struct ccan_file *new_ccan_file(const void *ctx, + const char *dir, const char *name); /* Use this rather than accessing f->contents directly: loads on demand. */ const char *get_ccan_file_contents(struct ccan_file *f);