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

class XMLNode;

namespace ARDOUR {
	class Session;
}

extern void check_xml (XMLNode *, std::string, std::list<std::string> const &);
extern bool write_ref (XMLNode *, std::string);
extern ARDOUR::Session* load_session (std::string, std::string);