diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ int cgit_parse_snapshots_mask(const char *str) | |||
376 | return rv; | 376 | return rv; |
377 | } | 377 | } |
378 | 378 | ||
379 | int cgit_open_filter(struct cgit_filter *filter) | 379 | int cgit_open_filter(struct cgit_filter *filter, struct cgit_repo * repo) |
380 | { | 380 | { |
381 | 381 | ||
382 | filter->old_stdout = chk_positive(dup(STDOUT_FILENO), | 382 | filter->old_stdout = chk_positive(dup(STDOUT_FILENO), |