summaryrefslogtreecommitdiff
path: root/src/arch-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86.h')
-rw-r--r--src/arch-x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-x86.h b/src/arch-x86.h
index 793c480..5fa0340 100644
--- a/src/arch-x86.h
+++ b/src/arch-x86.h
@@ -37,7 +37,7 @@ const char *x86_syscall_iterate_name(unsigned int spot);
int x86_syscall_rewrite(int *syscall);
-int x86_rule_add(struct db_filter *db, bool strict,
+int x86_rule_add(struct db_filter_col *col, struct db_filter *db, bool strict,
struct db_api_rule_list *rule);
#endif