X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c1633c6befb6762e1ac9434a29980e4df5ffee21..2ab1cd9f3b796fa679c9d1b1ce338aaa2b0b1e53:/cgit.h diff --git a/cgit.h b/cgit.h index f3d2556..c655bd8 100644 --- a/cgit.h +++ b/cgit.h @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -274,6 +275,8 @@ struct cgit_context { struct cgit_page page; }; +typedef int (*write_archive_fn_t)(const char *, const char *); + struct cgit_snapshot_format { const char *suffix; const char *mimetype;