summaryrefslogtreecommitdiff
path: root/plugins/elf/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/format.h')
-rw-r--r--plugins/elf/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/format.h b/plugins/elf/format.h
index 47b3171..c97ed67 100644
--- a/plugins/elf/format.h
+++ b/plugins/elf/format.h
@@ -52,8 +52,8 @@ typedef struct _GElfFormat GElfFormat;
typedef struct _GElfFormatClass GElfFormatClass;
-/* Indique si le format peut être pris en charge ici. */
-FormatMatchStatus elf_is_matching(GBinContent *, GExeFormat *, void *, char **);
+/* Valide un contenu comme étant un format Elf. */
+bool check_elf_format(const GBinContent *);
/* Indique le type défini pour un format d'exécutable ELF. */
GType g_elf_format_get_type(void);