]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.h
Assimilate exceptions and RefPtr from mspmisc
[libs/core.git] / source / debug / demangle.h
diff --git a/source/debug/demangle.h b/source/debug/demangle.h
new file mode 100644 (file)
index 0000000..f8cab96
--- /dev/null
@@ -0,0 +1,20 @@
+/* $Id$
+
+This file is part of libmspcore
+Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+#ifndef MSP_DEBUG_DEMANGLE_H_
+#define MSP_DEBUG_DEMANGLE_H_
+
+#include <string>
+
+namespace Msp {
+namespace Debug {
+
+std::string demangle_gcc3(const std::string &);
+
+} // namespace Debug
+} // namespace Msp
+
+#endif