mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 11:24:22 +02:00
filter: split filter functions into their own file
A first step for more interesting things. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
b67ea0c022
commit
3eae406934
5 changed files with 90 additions and 71 deletions
1
cgit.h
1
cgit.h
|
@ -344,6 +344,7 @@ extern int cgit_parse_snapshots_mask(const char *str);
|
|||
|
||||
extern int cgit_open_filter(struct cgit_filter *filter);
|
||||
extern int cgit_close_filter(struct cgit_filter *filter);
|
||||
extern struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype);
|
||||
|
||||
extern void cgit_prepare_repo_env(struct cgit_repo * repo);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue