aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/filter.h')
-rw-r--r--cooker/filter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cooker/filter.h b/cooker/filter.h
index a797e07..7f6ddfd 100644
--- a/cooker/filter.h
+++ b/cooker/filter.h
@@ -71,7 +71,8 @@ struct bpf_entry {
void filter_notify(long nr);
void filter_needs_deref(void);
-void filter_add_arg(int index, struct bpf_arg arg, bool append);
+void filter_add_arg(int index, struct bpf_arg arg);
void filter_write(const char *path);
+void filter_flush_args();
#endif