summaryrefslogtreecommitdiff
path: root/src/format/dwarf/dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/dwarf.h')
-rw-r--r--src/format/dwarf/dwarf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dwarf/dwarf.h b/src/format/dwarf/dwarf.h
index e6d573c..2e32c8e 100644
--- a/src/format/dwarf/dwarf.h
+++ b/src/format/dwarf/dwarf.h
@@ -30,7 +30,7 @@
/* Indique si le format peut ĂȘtre pris en charge ici. */
-bool dwarf_is_matching(FormatType, const uint8_t *, off_t);
+bool dwarf_is_matching(GBinContent *);
/* Prend en charge un nouveau format Dwarf. */
GBinFormat *g_dwarf_format_new(const bin_t *, off_t);