aboutsummaryrefslogtreecommitdiffstats
path: root/elf/elf_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/elf_utils.h')
-rw-r--r--elf/elf_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf_utils.h b/elf/elf_utils.h
index 604daa58..888d912a 100644
--- a/elf/elf_utils.h
+++ b/elf/elf_utils.h
@@ -24,5 +24,6 @@ static inline Elf32_Phdr *elf_get_ph(void *elf_image, int index) {
}
extern unsigned long elf_hash(const unsigned char *name);
+extern unsigned long elf_gnu_hash(const unsigned char *name);
#endif /*ELF_UTILS_H_*/