]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.h
doc: english fixup.
[ccan] / tools / manifest.h
index 86e1f20566db89c8540f84ea2d288d55995699c1..d11dbec8865d66a77f97d6374316126bd4d5bf7c 100644 (file)
@@ -80,10 +80,14 @@ struct ccan_file {
 
        /* Simplified stream (lowercase letters and single spaces) */
        char *simplified;
+
+       /* Condition for idempotent wrapper (filled by headers_idempotent) */
+       struct pp_conditions *idempotent_cond;
 };
 
-/* 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);