summaryrefslogtreecommitdiff
path: root/plugins/readelf/header.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-04-27 19:55:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-04-27 19:55:50 (GMT)
commitac75fdb77854c6f6d2e8db97a474c8bf3af2b0c4 (patch)
tree3a0c320d3ff87006595f52560d0de070ca4ab98e /plugins/readelf/header.h
parent9c1367eb2e75dfac59f33e851dee8d39542072ac (diff)
Parsed ELF format fields using a new generic parser to save memory.
Diffstat (limited to 'plugins/readelf/header.h')
-rw-r--r--plugins/readelf/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readelf/header.h b/plugins/readelf/header.h
index 87724e3..9d1744e 100644
--- a/plugins/readelf/header.h
+++ b/plugins/readelf/header.h
@@ -30,7 +30,7 @@
/* Charge tous les symboles de l'en-tĂȘte ELF. */
-bool annotate_elf_header(GElfFormat *);
+bool annotate_elf_header(GBinFormat *);