X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9c15f3c6954e43c5ffd36230e666eccf112803f2..39735d95ca8775204ed4c5f306009707f7da79c6:/cgit.h diff --git a/cgit.h b/cgit.h index 5adef4d..325432b 100644 --- a/cgit.h +++ b/cgit.h @@ -29,11 +29,6 @@ #undef isgraph #define isgraph(x) (isprint((x)) && !isspace((x))) -/* - * Dateformats used on misc. pages - */ -#define FMT_ATOMDATE "%Y-%m-%dT%H:%M:%SZ" - /* * Limits used for relative dates @@ -86,6 +81,7 @@ struct cgit_repo { char *path; char *desc; char *owner; + char *homepage; char *defbranch; char *module_link; struct string_list readme;