X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b2a3d31e8839b53a623b4c99124c2c637d0e3cbb..0274b57d55a12ed38259757dbfae96b79cfa2e0b:/cgit.h diff --git a/cgit.h b/cgit.h index a1fa841..aab898b 100644 --- a/cgit.h +++ b/cgit.h @@ -85,7 +85,7 @@ struct commitinfo { struct taginfo { char *tagger; char *tagger_email; - int tagger_date; + unsigned long tagger_date; char *msg; }; @@ -118,7 +118,10 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; int ofs; + int nohead; + int showmsg; }; struct cgit_config { @@ -166,6 +169,7 @@ struct cgit_config { struct cgit_page { time_t modified; time_t expires; + size_t size; char *mimetype; char *charset; char *filename;