summaryrefslogtreecommitdiff
path: root/src/analysis/roptions.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
commit5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (patch)
tree396514971fb78e81b7bb55c9cd3331d87b45ca9a /src/analysis/roptions.h
parentd02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (diff)
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is empty).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/roptions.h')
-rw-r--r--src/analysis/roptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/analysis/roptions.h b/src/analysis/roptions.h
index 184f59a..85dc5fb 100644
--- a/src/analysis/roptions.h
+++ b/src/analysis/roptions.h
@@ -30,7 +30,7 @@
#include "../arch/processor.h"
-#include "../format/exe_format.h"
+#include "../format/executable.h"
@@ -63,10 +63,10 @@ typedef struct _GRenderingOptionsClass GRenderingOptionsClass;
GType g_rendering_options_get_type(void);
/* Crée un un groupe d'options pour le rendu des lignes. */
-GRenderingOptions *g_rendering_options_new(exe_format *, GArchProcessor *);
+GRenderingOptions *g_rendering_options_new(GExeFormat *, GArchProcessor *);
/* Fournit le format du contenu binaire représenté. */
-exe_format *g_rendering_options_get_format(const GRenderingOptions *);
+GExeFormat *g_rendering_options_get_format(const GRenderingOptions *);
/* Fournit l'architecture du contenu binaire représenté. */
GArchProcessor *g_rendering_options_get_processor(const GRenderingOptions *);