X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=f5f7b51d8bbb89078d83fa82aa356c305856da70;hb=04b2feefda59d3193ef500bfc8ea12ec4a4c0b55;hp=41a569fab89c8fd906d6951fe635e14e9dae6c97;hpb=ca951c94fba731b878f5bb3f81bb99c397dc4e12;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 41a569fa..f5f7b51d 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -82,6 +82,11 @@ struct ccanlint { /* Can we do something about it? (NULL if not) */ void (*handle)(struct manifest *m, struct score *score); + /* Options from _info. */ + char *options; + /* If not set, we'll give an error if they try to set options. */ + bool takes_options; + /* Internal use fields: */ /* Who depends on us? */ struct list_head dependencies;