Rename write_to_cpl_base -> write_to_cpl_asset.
[libdcp.git] / src / util.h
index b2bddd5a66b396340c97cb8a25c1747173c4a3b2..85b582869e9763726b865f0a8664e08e3b9431af 100644 (file)
@@ -76,8 +76,9 @@ extern xmlpp::Node* find_child (xmlpp::Node const * node, std::string name);
 extern std::string openjpeg_version();
 extern std::string spaces (int n);
 extern void indent (xmlpp::Element* element, int initial);
-extern bool day_less_than_or_equal (struct tm a, LocalTime b);
-extern bool day_greater_than_or_equal (struct tm a, LocalTime b);
+extern bool day_less_than_or_equal (LocalTime a, LocalTime b);
+extern bool day_greater_than_or_equal (LocalTime a, LocalTime b);
+extern std::string unique_string (std::list<std::string> existing, std::string base);
 
 }