]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/exceptiontrace.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / debug / exceptiontrace.h
index 52664b6dbdd082731d9c681bc48b7e3cdecba471..0786c780013aa3a8447b857ce7c7c69dc2543a75 100644 (file)
@@ -1,13 +1,15 @@
 #ifndef MSP_DEBUG_EXCEPTIONTRACE_H_
 #define MSP_DEBUG_EXCEPTIONTRACE_H_
 
+#include <msp/core/mspcore_api.h>
+
 namespace Msp {
 namespace Debug {
 
 class Backtrace;
 
-void enable_exception_trace(bool);
-const Backtrace &get_exception_trace();
+MSPCORE_API void enable_exception_trace(bool);
+MSPCORE_API const Backtrace &get_exception_trace();
 
 } // namespace Debug
 } // namespace Msp