X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=f5f7b51d8bbb89078d83fa82aa356c305856da70;hp=41a569fab89c8fd906d6951fe635e14e9dae6c97;hb=a791eb1e4c369104f90c543fe9ebafcae113ead8;hpb=7ddfc6696d29eacb3d4d896aac93721aee45d844 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;