d7278bd35a545bbb22d46afc9a95553f0f0e418e
[ardour.git] / libs / pbd / pbd / stacktrace.h
1 #ifndef __libpbd_stacktrace_h__
2 #define __libpbd_stacktrace_h__
3
4 #include <ostream>
5
6 namespace PBD {
7         void stacktrace (std::ostream& out);
8 }
9
10 #endif /* __libpbd_stacktrace_h__ */