summaryrefslogtreecommitdiff
path: root/src/format/elf/e_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/e_elf.h')
-rw-r--r--src/format/elf/e_elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/elf/e_elf.h b/src/format/elf/e_elf.h
index f0c2c12..9327fe6 100644
--- a/src/format/elf/e_elf.h
+++ b/src/format/elf/e_elf.h
@@ -56,7 +56,7 @@ size_t get_elf_symbols(const elf_format *, char ***, SymbolType **, uint64_t **)
bool resolve_elf_symbol(const elf_format *, char **, SymbolType *, uint64_t *);
/* Fournit le prototype de toutes les routines détectées. */
-bin_routine **get_all_elf_routines(const elf_format *, size_t *);
+GBinRoutine **get_all_elf_routines(const elf_format *, size_t *);