X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.h;h=d11dbec8865d66a77f97d6374316126bd4d5bf7c;hp=d2de6437ed81d6ebb5197a0a2a56bbee528759d8;hb=adc90816df194167a588a943ae503a37fec3fb6a;hpb=e0529e15e0c7f9251af5465ef03f208d279affc1 diff --git a/tools/manifest.h b/tools/manifest.h index d2de6437..d11dbec8 100644 --- a/tools/manifest.h +++ b/tools/manifest.h @@ -80,6 +80,9 @@ 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 dir and name (either can be take()). */