summaryrefslogtreecommitdiff
path: root/plugins/pe/section.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pe/section.h')
-rw-r--r--plugins/pe/section.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/pe/section.h b/plugins/pe/section.h
index e7c399b..2ac21d3 100644
--- a/plugins/pe/section.h
+++ b/plugins/pe/section.h
@@ -21,18 +21,18 @@
*/
-#ifndef _FORMAT_PE_SECTION_H
-#define _FORMAT_PE_SECTION_H
+#ifndef _PLUGINS_PE_SECTION_H
+#define _PLUGINS_PE_SECTION_H
-#include "pe.h"
+#include "format.h"
#include "pe_def.h"
/* Recherche une section donnée au sein de binaire par indice. */
-bool find_pe_section_by_index(const GPeFormat *, uint16_t, image_section_header *);
+image_section_header *read_all_pe_sections(const GPeFormat *, vmpa2t *);
-#endif /* _FORMAT_PE_SECTION_H */
+#endif /* _PLUGINS_PE_SECTION_H */