diff options
Diffstat (limited to 'src/format/exe_format-int.h')
| -rw-r--r-- | src/format/exe_format-int.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/format/exe_format-int.h b/src/format/exe_format-int.h index bb96ea5..781b1c3 100644 --- a/src/format/exe_format-int.h +++ b/src/format/exe_format-int.h @@ -70,7 +70,7 @@ typedef size_t (* get_resolved_fc) (const exe_format *, char ***, ResolvedType *  typedef bool (* resolve_symbol_fc) (const exe_format *, char **, SymbolType *, uint64_t *);  /* Fournit le prototype de toutes les routines détectées. */ -typedef bin_routine ** (* get_all_routines_fc) (const exe_format *, size_t *); +typedef GBinRoutine ** (* get_all_routines_fc) (const exe_format *, size_t *);  /* Support générique d'un format d'exécutable */ | 
