Clean up ELF-related files and functions
[centaur.git] / src / elfops / section-name.c
index 1365eb6c25e09e784bc8bd3e41abb6e5bb5a3803..e77efeee174fa6bd70e67cc3a93f5f99204a9bef 100644 (file)
@@ -6,7 +6,7 @@
 #include <libelfu/libelfu.h>
 
 
-char* elfu_sectionName(Elf *e, Elf_Scn *scn)
+char* elfu_eScnName(Elf *e, Elf_Scn *scn)
 {
   size_t shstrndx;
   GElf_Shdr shdr;