about summary refs log tree commit diff stats
path: root/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c index 7ec2e19..e4879df 100644 --- a/shared.c +++ b/shared.c
@@ -376,7 +376,7 @@ int cgit_parse_snapshots_mask(const char *str)
376 return rv; 376 return rv;
377} 377}
378 378
379int cgit_open_filter(struct cgit_filter *filter) 379int 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),