summaryrefslogtreecommitdiff
path: root/src/analysis/exporter.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-09-06 15:47:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-09-06 15:47:08 (GMT)
commit3173b904d5d56a8b5e6bf549c97e3fc49da6c5ba (patch)
treef5ea74177fcbc05558b85b9f2e6db36aa1ca3b86 /src/analysis/exporter.h
parentef3b996ad359e0da5e93184dab9200fad9105faf (diff)
Provided some methods to interact with a GDB server.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@110 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/exporter.h')
-rw-r--r--src/analysis/exporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/exporter.h b/src/analysis/exporter.h
index 6d99463..76725ad 100644
--- a/src/analysis/exporter.h
+++ b/src/analysis/exporter.h
@@ -74,6 +74,7 @@ typedef struct _GContentExporter GContentExporter;
typedef struct _GContentExporterClass GContentExporterClass;
+
/* Indique le type défini pour une exportation de contenu. */
GType g_content_exporter_get_type(void);
@@ -89,4 +90,5 @@ void g_content_exporter_add_to_gtk_buffer(GContentExporter *, MainRendering, Gtk
void g_content_exporter_add_arch_to_gtk_buffer(const GContentExporter *, const GExeFormat *, AsmSyntax, GtkTextBuffer *, GtkTextIter *);
+
#endif /* _ANALYSIS_EXPORTER_H */