summaryrefslogtreecommitdiff
path: root/src/arch-x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86_64.h')
-rw-r--r--src/arch-x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-x86_64.h b/src/arch-x86_64.h
index dc09c63..c770d75 100644
--- a/src/arch-x86_64.h
+++ b/src/arch-x86_64.h
@@ -32,6 +32,6 @@ extern const struct arch_def arch_def_x86_64;
int x86_64_syscall_resolve_name(const char *name);
const char *x86_64_syscall_resolve_num(int num);
-const char *x86_64_syscall_iterate_name(unsigned int spot);
+const struct arch_syscall_def *x86_64_syscall_iterate(unsigned int spot);
#endif