summaryrefslogtreecommitdiff
path: root/libs/ardour/test/test_util.h
blob: 4ee33b3dd6b404d19f7ca8a986cf8ae3e55052d2 (plain)
1
2
3
4
5
6
namespace ARDOUR {
	class Session;
}

extern void check_xml (XMLNode *, std::string);
extern ARDOUR::Session* load_session (std::string, std::string);