]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-tag: show the taggers email
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index a1fa84114518dd6125ce5fb36cc2f2460cdb917f..08fd95a528ef9ab925d1bc899cdf70f4f10dd41d 100644 (file)
--- 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;
 };
 
@@ -166,6 +166,7 @@ struct cgit_config {
 struct cgit_page {
        time_t modified;
        time_t expires;
+       size_t size;
        char *mimetype;
        char *charset;
        char *filename;