X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2e4a941626c240bc7858aa7564882c01f657f4e8..e4ddc8f72b5a7d8c55a6c2042c7b7f945ba4b1a2:/cgit.h diff --git a/cgit.h b/cgit.h index ada8535..8f84281 100644 --- a/cgit.h +++ b/cgit.h @@ -19,6 +19,7 @@ #include #include #include +#include /* @@ -183,6 +184,7 @@ struct cgit_config { int cache_static_ttl; int embedded; int enable_filter_overrides; + int enable_gitweb_owner; int enable_index_links; int enable_log_filecount; int enable_log_linecount; @@ -291,6 +293,7 @@ extern void cgit_diff_tree(const unsigned char *old_sha1, extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); +__attribute__((format (printf,1,2))) extern char *fmt(const char *format,...); extern struct commitinfo *cgit_parse_commit(struct commit *commit);