summaryrefslogtreecommitdiff
path: root/plugins/readelf/strtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf/strtab.h')
-rw-r--r--plugins/readelf/strtab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/readelf/strtab.h b/plugins/readelf/strtab.h
index a3c8c8b..89c178d 100644
--- a/plugins/readelf/strtab.h
+++ b/plugins/readelf/strtab.h
@@ -25,12 +25,13 @@
#define _PLUGINS_READELF_STRTAB_H
+#include <format/preload.h>
#include <format/elf/elf.h>
/* Affiche les chaînes liées aux sections ELF. */
-void show_elf_section_string_table(GElfFormat *, GtkStatusStack *);
+void show_elf_section_string_table(GElfFormat *, GPreloadInfo *, GtkStatusStack *);