export the Demangle function

This commit is contained in:
Sergiu Dotenco 2015-03-26 15:50:47 +01:00 committed by Sergiu Dotenco
parent 3c49b93201
commit 3d9fea9e84

View File

@ -77,7 +77,7 @@ _START_GOOGLE_NAMESPACE_
// Demangle "mangled". On success, return true and write the // Demangle "mangled". On success, return true and write the
// demangled symbol name to "out". Otherwise, return false. // demangled symbol name to "out". Otherwise, return false.
// "out" is modified even if demangling is unsuccessful. // "out" is modified even if demangling is unsuccessful.
bool Demangle(const char *mangled, char *out, int out_size); bool GOOGLE_GLOG_DLL_DECL Demangle(const char *mangled, char *out, int out_size);
_END_GOOGLE_NAMESPACE_ _END_GOOGLE_NAMESPACE_