]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-snapshot: set unused cgit_filter fields to zero
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f7b606c1b98a5f9262583844c29c0644392f1023..a72c503d84c35dec4ff9709a4b81f4da854a6c2f 100644 (file)
--- a/cgit.h
+++ b/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);