summaryrefslogtreecommitdiffstats
path: root/src/demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/demangle.h')
-rw-r--r--src/demangle.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/demangle.h b/src/demangle.h
new file mode 100644
index 0000000..0a63c60
--- /dev/null
+++ b/src/demangle.h
@@ -0,0 +1,12 @@
+// Convert DMD CodeView debug information to PDB files
+// Copyright (c) 2009 by Rainer Schuetze, All Rights Reserved
+//
+// License for redistribution is given by the Artistic License 2.0
+// see file LICENSE for further details
+
+#ifndef __DEMANGLE_H__
+#define __DEMANGLE_H__
+
+bool d_demangle(const char* name, char* demangled, int maxlen, bool plain);
+
+#endif //__DEMANGLE_H__ \ No newline at end of file