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 6190519..8460bbe 100644
--- a/src/arch-x86.h
+++ b/src/arch-x86.h
@@ -38,6 +38,6 @@ const char *x86_syscall_iterate_name(unsigned int spot);
int x86_syscall_rewrite(const struct arch_def *arch, int *syscall);
int x86_filter_rewrite(const struct arch_def *arch, bool strict,
- int *syscall, struct db_api_arg *chain);
+ struct db_api_rule_list *rule);
#endif