summaryrefslogtreecommitdiff
path: root/src/format/format-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-30 10:38:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-30 10:38:52 (GMT)
commit932ea7c83c07d3982fee605c6dd9895fd2753874 (patch)
tree766ad53bab9e3e3005334c30e823493de8e84168 /src/format/format-int.h
parent1b5d39bfbc48c33a0ea0924b60e48448c8b45dd4 (diff)
Rewritten the line buffers using generators and on-demand building to save memory.
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index e11e378..ea6b770 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -28,6 +28,9 @@
#include "format.h"
+#include "../gtkext/gtkstatusstack.h"
+
+
/* ------------------------ TRAITEMENT INDIVIDUEL DE FORMATS ------------------------ */
@@ -36,7 +39,7 @@
typedef SourceEndian (* format_get_endian_fc) (const GBinFormat *);
/* Procède à la décompilation complète du format. */
-typedef void (* format_decompile_fc) (const GBinFormat *, GCodeBuffer *, const char *);
+typedef void (* format_decompile_fc) (const GBinFormat *, void/*GCodeBuffer*/ *, const char *);
/* Rythme des allocations pour les entrées de code */