X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a1b3938f711c9b0e5eedad1678535e5779da82c1..74061ed5f03e72796450aa3b8ca1cf6ced5d59e2:/cgit.h diff --git a/cgit.h b/cgit.h index fc7c7d5..3359be9 100644 --- a/cgit.h +++ b/cgit.h @@ -79,6 +79,9 @@ struct cgit_repo { struct cgit_filter *source_filter; }; +typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name, + const char *value); + struct cgit_repolist { int length; int count;