about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index 69b5c13..72fcd84 100644 --- a/cgit.h +++ b/cgit.h
@@ -385,7 +385,6 @@ extern void cgit_fprintf_filter(struct cgit_filter *filter, FILE *f, const char
385extern void cgit_exec_filter_init(struct cgit_exec_filter *filter, char *cmd, char **argv); 385extern void cgit_exec_filter_init(struct cgit_exec_filter *filter, char *cmd, char **argv);
386extern struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype); 386extern struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype);
387extern void cgit_cleanup_filters(void); 387extern void cgit_cleanup_filters(void);
388extern void cgit_init_filters(void);
389 388
390extern void cgit_prepare_repo_env(struct cgit_repo * repo); 389extern void cgit_prepare_repo_env(struct cgit_repo * repo);
391 390