summaryrefslogtreecommitdiff
path: root/src/core/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/formats.h')
-rw-r--r--src/core/formats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/formats.h b/src/core/formats.h
index 76b57d0..e3dc871 100644
--- a/src/core/formats.h
+++ b/src/core/formats.h
@@ -31,6 +31,7 @@
#include "../format/format.h"
#include "../format/executable.h"
+#include "../gtkext/gtkstatusstack.h"
@@ -50,7 +51,7 @@ typedef enum _FormatMatchStatus
typedef FormatMatchStatus (* format_match_fc) (GBinContent *, GExeFormat *, void *, char **);
/* Méthode de chargement d'un format */
-typedef GBinFormat * (* format_load_fc) (GBinContent *, GExeFormat *);
+typedef GBinFormat * (* format_load_fc) (GBinContent *, GExeFormat *, GtkStatusStack *);
/* Enregistre un détection de format(s) binaire(s). */