summaryrefslogtreecommitdiff
path: root/src/format/elf/e_elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/e_elf.h')
-rw-r--r--src/format/elf/e_elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format/elf/e_elf.h b/src/format/elf/e_elf.h
index b11fb24..fffeff2 100644
--- a/src/format/elf/e_elf.h
+++ b/src/format/elf/e_elf.h
@@ -38,6 +38,8 @@
typedef struct _elf_format elf_format;
+/* Indique si le format peut ĂȘtre pris en charge ici. */
+bool elf_is_matching(const uint8_t *, off_t);
/* Prend en charge un nouvel ELF. */
elf_format *load_elf(const uint8_t *, off_t);