summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-15 22:09:18 +0100
committernorly <ny-git@enpas.org>2013-06-15 22:09:18 +0100
commit7ba294a5aa715fc03f5ae898b7dcfaef45079f55 (patch)
tree8e91861b27f5592cfd81df18d0980c5e6f475cad /include
parent825613b8e4f141a82d2b8be22d7fba68fed5ef96 (diff)
Rename mRelocate
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);