mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
11 lines
179 B
C
11 lines
179 B
C
|
|
#ifndef __libpbd_stacktrace_h__
|
||
|
|
#define __libpbd_stacktrace_h__
|
||
|
|
|
||
|
|
#include <ostream>
|
||
|
|
|
||
|
|
namespace PBD {
|
||
|
|
void stacktrace (std::ostream& out);
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif /* __libpbd_stacktrace_h__ */
|