-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,12 +118,13 @@ struct cgit_query { char *path; char *name; char *mimetype; char *url; int ofs; int nohead; + int showmsg; }; struct cgit_config { char *agefile; char *cache_root; char *clone_prefix; |