Use SafeStringStream instead of std::stringstream to try to fix random crashes on...
[dcpomatic.git] / src / lib / kdm.h
index 8aacd7b720fe8bfce57c7f75b493d8fb28f17a39..8fb4ec494d2e2a52866e8fe68d1cc5a2ff92766a 100644 (file)
@@ -29,6 +29,7 @@ extern void write_kdm_files (
        boost::filesystem::path cpl,
        boost::posix_time::ptime from,
        boost::posix_time::ptime to,
+       libdcp::KDM::Formulation formulation,
        boost::filesystem::path directory
        );
 
@@ -38,6 +39,7 @@ extern void write_kdm_zip_files (
        boost::filesystem::path cpl,
        boost::posix_time::ptime from,
        boost::posix_time::ptime to,
+       libdcp::KDM::Formulation formulation,
        boost::filesystem::path directory
        );
 
@@ -46,6 +48,7 @@ extern void email_kdms (
        std::list<boost::shared_ptr<Screen> > screens,
        boost::filesystem::path cpl,
        boost::posix_time::ptime from,
-       boost::posix_time::ptime to
+       boost::posix_time::ptime to,
+       libdcp::KDM::Formulation formulation
        );