summaryrefslogtreecommitdiff
path: root/src/format/elf/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/strings.h')
-rw-r--r--src/format/elf/strings.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/format/elf/strings.h b/src/format/elf/strings.h
index f9b17ac..e52d054 100644
--- a/src/format/elf/strings.h
+++ b/src/format/elf/strings.h
@@ -25,15 +25,12 @@
#define _FORMAT_ELF_STRINGS_H
-#include "e_elf.h"
+#include "elf.h"
/*Charge en mémoire toutes les chaînes trouvées. */
-bool find_all_elf_strings(elf_format *);
-
-/* Recherche une chaîne correspondant à une adresse. */
-bool resolve_elf_strings(const elf_format *, char **, vmpa_t *);
+bool find_all_elf_strings(GElfFormat *);