summaryrefslogtreecommitdiff
path: root/src/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.h')
-rw-r--r--src/binary.h21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/binary.h b/src/binary.h
index 8a36a02..ed3522d 100644
--- a/src/binary.h
+++ b/src/binary.h
@@ -29,6 +29,9 @@
#include "xml.h"
+#include "analysis/line.h"
+
+
/* Description d'un fichier binaire */
typedef struct _openida_binary openida_binary;
@@ -43,6 +46,12 @@ void unload_binary_file(openida_binary *);
/* Fournit une description humaine d'un élément binaire. */
const char *openida_binary_to_string(const openida_binary *);
+/* Fournit le fichier correspondant à l'élément binaire. */
+const char *openida_binary_get_filename(const openida_binary *);
+
+/* Fournit les lignes de rendu issues du désassemblage. */
+GRenderingLine *get_openida_binary_lines(const openida_binary *);
+
/* Lit un élément binaire depuis un fichier XML. */
@@ -54,18 +63,6 @@ bool write_openida_binary_to_xml(const openida_binary *, xmlTextWriterPtr);
-#include "gtksnippet.h"
-
-
-
-
-
-
-
-
-
-void fill_snippet(GtkSnippet *snippet, GtkWidget *panel, GtkWidget *panel2);
-