summaryrefslogtreecommitdiff
path: root/src/arch-x32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x32.h')
-rw-r--r--src/arch-x32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-x32.h b/src/arch-x32.h
index 13d9aab..d166c3c 100644
--- a/src/arch-x32.h
+++ b/src/arch-x32.h
@@ -34,6 +34,6 @@ extern const struct arch_def arch_def_x32;
int x32_syscall_resolve_name(const char *name);
const char *x32_syscall_resolve_num(int num);
-const char *x32_syscall_iterate_name(unsigned int spot);
+const struct arch_syscall_def *x32_syscall_iterate(unsigned int spot);
#endif