summaryrefslogtreecommitdiff
path: root/plugins/elf/elf_def.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-31 13:42:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-31 13:42:25 (GMT)
commite0ab9498f78ee6b4fbbba25400d78436db682899 (patch)
treebd2780e6d9613d911a36706742b5b729b9ab6a12 /plugins/elf/elf_def.h
parent8d4ec01c81c7f4ccad89ed53d2f34acabec4f595 (diff)
Provided access to Elf structures from Python.
Diffstat (limited to 'plugins/elf/elf_def.h')
-rw-r--r--plugins/elf/elf_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/elf/elf_def.h b/plugins/elf/elf_def.h
index 8c2bb45..06adff7 100644
--- a/plugins/elf/elf_def.h
+++ b/plugins/elf/elf_def.h
@@ -243,7 +243,6 @@ typedef union _elf_header
/* Version 32 et 64 bits */
-
typedef struct _elf32_phdr
{
uint32_t p_type; /* Type de segment */