summaryrefslogtreecommitdiff
path: root/libs/ardour/test/test_util.h
blob: 436580d6cbfae4b559b0e8231e39f6e3677df405 (plain)
1
2
3
4
5
6
7
8
9
10
#include <string>

class XMLNode;

namespace ARDOUR {
	class Session;
}

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