diff options
Diffstat (limited to 'src/format/symbol.h')
| -rw-r--r-- | src/format/symbol.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/format/symbol.h b/src/format/symbol.h index 577a6a0..14fed23 100644 --- a/src/format/symbol.h +++ b/src/format/symbol.h @@ -98,10 +98,10 @@ void g_binary_symbol_set_range(GBinSymbol *, const mrange_t *);  const mrange_t *g_binary_symbol_get_range(const GBinSymbol *);  /* Définit le type du symbole. */ -void g_binary_symbol_set_target_type(GBinSymbol *, SymbolType); +void g_binary_symbol_set_stype(GBinSymbol *, SymbolType);  /* Fournit le type du symbole. */ -SymbolType g_binary_symbol_get_target_type(const GBinSymbol *); +SymbolType g_binary_symbol_get_stype(const GBinSymbol *);  /* Définit la visibilité du symbole. */  void g_binary_symbol_set_status(GBinSymbol *, SymbolStatus); | 
