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 c328a1b0..4bc9279b 100644
--- a/util_lib/include/elf_info.h
+++ b/util_lib/include/elf_info.h
@@ -30,6 +30,6 @@ int get_pt_load(int idx,
unsigned long long *virt_end);
int read_phys_offset_elf_kcore(int fd, unsigned long *phys_off);
int read_elf(int fd);
-int read_elf_vmcore(int fd);
+void dump_dmesg(int fd, void (*handler)(char*, unsigned int));
#endif /* ELF_INFO_H */