summaryrefslogtreecommitdiff
path: root/libs/ardour/test/test_util.h
blob: fea74a2ea870b36c937a30c401855a788446850e (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 void write_ref (XMLNode *, std::string);
extern ARDOUR::Session* load_session (std::string, std::string);