summaryrefslogtreecommitdiff
path: root/plugins/pe/symbols.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-04-05 22:59:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-04-05 23:11:48 (GMT)
commitb0347ca45a08ac63bc6dd6f244b046c6d19a6cdd (patch)
tree9af1ec9901ddcf696bd3297633faf9fb46712396 /plugins/pe/symbols.h
parentcf0b5d5f07e8102f2c9a04012bf29cabda9d85e4 (diff)
Build a partial working support for the PE format.
Diffstat (limited to 'plugins/pe/symbols.h')
-rw-r--r--plugins/pe/symbols.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/plugins/pe/symbols.h b/plugins/pe/symbols.h
index 7581152..bb260cd 100644
--- a/plugins/pe/symbols.h
+++ b/plugins/pe/symbols.h
@@ -21,16 +21,21 @@
*/
-#ifndef _FORMAT_PE_SYMBOLS_H
-#define _FORMAT_PE_SYMBOLS_H
+#ifndef _PLUGINS_PE_SYMBOLS_H
+#define _PLUGINS_PE_SYMBOLS_H
-#include "pe.h"
+#include "format.h"
+
+
+#include <glibext/delayed.h>
+#include <gtkext/gtkstatusstack.h>
+
/* Charge en mémoire la liste humaine des symboles. */
-bool load_pe_symbols(GPeFormat *);
+bool load_pe_symbols(GPeFormat *, wgroup_id_t, GtkStatusStack *);
-#endif /* _FORMAT_PE_SYMBOLS_H */
+#endif /* _PLUGINS_PE_SYMBOLS_H */