summaryrefslogtreecommitdiff
path: root/src/format/dex/dex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/dex.h')
-rwxr-xr-xsrc/format/dex/dex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/dex.h b/src/format/dex/dex.h
index 18f0980..aca6cef 100755
--- a/src/format/dex/dex.h
+++ b/src/format/dex/dex.h
@@ -49,7 +49,7 @@ typedef struct _GDexFormatClass GDexFormatClass;
/* Indique si le format peut être pris en charge ici. */
-bool dex_is_matching(FormatType, const bin_t *, off_t);
+bool dex_is_matching(GBinContent *);
/* Indique le type défini pour un format d'exécutable DEX. */
GType g_dex_format_get_type(void);