Clean up ELF-related files and functions
[centaur.git] / src / elfops / section-by-name.c
index 16971405474053a02586f193b988ab8693aa40ec..3352b14d69cc46679ca82c7876a7fd4cdc381201 100644 (file)
@@ -6,7 +6,7 @@
 #include <libelfu/libelfu.h>
 
 
-Elf_Scn* elfu_sectionByName(Elf *e, char *name)
+Elf_Scn* elfu_eScnByName(Elf *e, char *name)
 {
   size_t shstrndx;
   Elf_Scn *scn;