summaryrefslogtreecommitdiffstats
path: root/util_lib/include/elf_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'util_lib/include/elf_info.h')
-rw-r--r--util_lib/include/elf_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util_lib/include/elf_info.h b/util_lib/include/elf_info.h
index 1a4debd2..c328a1b0 100644
--- a/util_lib/include/elf_info.h
+++ b/util_lib/include/elf_info.h
@@ -29,7 +29,7 @@ int get_pt_load(int idx,
unsigned long long *virt_start,
unsigned long long *virt_end);
int read_phys_offset_elf_kcore(int fd, unsigned long *phys_off);
-int read_elf_kcore(int fd);
+int read_elf(int fd);
int read_elf_vmcore(int fd);
#endif /* ELF_INFO_H */