]> git.tdb.fi Git - libs/core.git/blob - source/debug/demangle.h
f8cab96c0d9f118a8d71747fa71dc98a18556864
[libs/core.git] / source / debug / demangle.h
1 /* $Id$
2
3 This file is part of libmspcore
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7 #ifndef MSP_DEBUG_DEMANGLE_H_
8 #define MSP_DEBUG_DEMANGLE_H_
9
10 #include <string>
11
12 namespace Msp {
13 namespace Debug {
14
15 std::string demangle_gcc3(const std::string &);
16
17 } // namespace Debug
18 } // namespace Msp
19
20 #endif