Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -79,9 +79,6 @@ 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; |