summaryrefslogtreecommitdiff
path: root/src/format/symbol.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-12-01 23:13:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-12-01 23:13:37 (GMT)
commitc6409e2c6a390a7cca40da8572c93a5268e90a27 (patch)
treea2163e55f17d2b6299e59a7539d01b8ae0020380 /src/format/symbol.h
parentfc363c31cc0a24e026bac74b5f62f33f44bf0143 (diff)
Improved the Itanium demangling.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@139 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/symbol.h')
-rw-r--r--src/format/symbol.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/format/symbol.h b/src/format/symbol.h
index 17fdbcf..ad847f4 100644
--- a/src/format/symbol.h
+++ b/src/format/symbol.h
@@ -28,7 +28,7 @@
#include <glib-object.h>
-#include "../arch/archbase.h"
+#include "../analysis/routine.h"
@@ -77,6 +77,9 @@ off_t g_binary_symbol_get_size(const GBinSymbol *);
/* Définit un autre nom pour le symbole. */
void g_binary_symbol_set_alt_name(GBinSymbol *, char *);
+/* Attache la routine associée au symbole. */
+void g_binary_symbol_attach_routine(GBinSymbol *, GBinRoutine *);
+
#endif /* _FORMAT_SYMBOL_H */