summaryrefslogtreecommitdiff
path: root/plugins/pe/symbols.h
diff options
context:
space:
mode:
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 */