diff options
Diffstat (limited to 'src/format/format.h')
| -rw-r--r-- | src/format/format.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/format.h b/src/format/format.h index e21e478..4d5cac5 100644 --- a/src/format/format.h +++ b/src/format/format.h @@ -92,7 +92,7 @@ bool g_binary_format_find_symbol_for(GBinFormat *, const vmpa2t *, GBinSymbol **  bool g_binary_format_find_next_symbol_at(GBinFormat *, const vmpa2t *, GBinSymbol **);  /* Recherche le symbole correspondant à une adresse. */ -bool g_binary_format_resolve_symbol(GBinFormat *, const vmpa2t *, GBinSymbol **, phys_t *); +bool g_binary_format_resolve_symbol(GBinFormat *, const vmpa2t *, bool, GBinSymbol **, phys_t *);  /* Fournit le prototype de toutes les routines détectées. */  GBinRoutine **g_binary_format_get_routines(const GBinFormat *, size_t *);  | 
