Replace thinning static state with parameter.
[ardour.git] / libs / ardour / test / test_util.h
index 436580d6cbfae4b559b0e8231e39f6e3677df405..dd4b078e9f7fbfb5921af52955e2ec584643ab1d 100644 (file)
@@ -1,4 +1,5 @@
 #include <string>
+#include <list>
 
 class XMLNode;
 
@@ -6,5 +7,6 @@ namespace ARDOUR {
        class Session;
 }
 
-extern void check_xml (XMLNode *, std::string);
+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);