summaryrefslogtreecommitdiff
path: root/src/format/elf/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/program.h')
-rw-r--r--src/format/elf/program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/elf/program.h b/src/format/elf/program.h
index 0b727aa..bf05d2a 100644
--- a/src/format/elf/program.h
+++ b/src/format/elf/program.h
@@ -31,7 +31,7 @@
/* Fournit la description humaine d'un type de segment ELF. */
-const char *get_elf_program_type_desc(uint32_t);
+const char *get_elf_program_type_desc(const GElfFormat *, uint32_t);
/* Recherche un programme donné au sein de binaire par indice. */
bool find_elf_program_by_index(const GElfFormat *, uint16_t, elf_phdr *);