aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/filter.h')
-rw-r--r--cooker/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cooker/filter.h b/cooker/filter.h
index 0a7d0e0..79c00cc 100644
--- a/cooker/filter.h
+++ b/cooker/filter.h
@@ -73,6 +73,6 @@ unsigned int right_child(unsigned int parent_index);
unsigned int create_bfp_program(struct syscall_entry table[],
struct sock_filter filter[],
unsigned int n_syscall);
-int convert_bpf(char *file, struct bpf_call *entries, int n, bool log);
+int convert_bpf(char *file, struct bpf_call *entries, int n);
#endif