summaryrefslogtreecommitdiff
path: root/src/format/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/symbol.h')
-rw-r--r--src/format/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/symbol.h b/src/format/symbol.h
index d5c9a79..7929bc9 100644
--- a/src/format/symbol.h
+++ b/src/format/symbol.h
@@ -81,7 +81,7 @@ GType g_binary_symbol_get_type(void);
GBinSymbol *g_binary_symbol_new(SymbolType);
/* Compare deux symboles d'exécutable selon leurs propriétés. */
-int g_binary_symbol_cmp(const GBinSymbol **, const GBinSymbol **);
+int g_binary_symbol_cmp(const GBinSymbol * const *, const GBinSymbol * const *);
/* Compare un symbole et une localisation. */
int g_binary_symbol_cmp_with_vmpa(const GBinSymbol *, const vmpa2t *);