summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/modelops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index eee7c13..40d0ade 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -29,7 +29,7 @@ GElf_Addr elfu_mLayoutGetSpaceInPhdr(ElfuElf *me, GElf_Word size,
int elfu_mLayoutAuto(ElfuElf *me);
-void elfu_mRelocate32(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt);
+void elfu_mRelocate(ElfuElf *metarget, ElfuScn *mstarget, ElfuScn *msrt);
int elfu_mCheck(ElfuElf *me);