Hacks.
[libdcp.git] / src / util.h
index b6c945a5a812933f6598c2811985b83e965f81b7..f4c7d2866845bc54af31549d18ce5c2f54af3377 100644 (file)
@@ -39,4 +39,7 @@ extern std::string make_uuid ();
  */
 extern std::string make_digest (std::string filename, sigc::signal1<void, float>* progress);
 
+extern std::string content_type_to_string (ContentType type);
+extern bool ends_with (std::string big, std::string little);
+       
 }