Shell of KDM GUI tool.
[dcpomatic.git] / src / lib / kdm.h
index 023107a826875f169c4e1c780ee9666ba366eefc..c6962c196859697941782566c89b1ad88bdb81c2 100644 (file)
@@ -17,7 +17,8 @@
 
 */
 
-#include <boost/date_time.hpp>
+#include <dcp/local_time.h>
+#include <dcp/types.h>
 #include <boost/filesystem.hpp>
 
 class Screen;
@@ -29,6 +30,7 @@ extern void write_kdm_files (
        boost::filesystem::path cpl,
        dcp::LocalTime from,
        dcp::LocalTime to,
+       dcp::Formulation formulation,
        boost::filesystem::path directory
        );
 
@@ -38,6 +40,7 @@ extern void write_kdm_zip_files (
        boost::filesystem::path cpl,
        dcp::LocalTime from,
        dcp::LocalTime to,
+       dcp::Formulation formulation,
        boost::filesystem::path directory
        );
 
@@ -46,6 +49,6 @@ extern void email_kdms (
        std::list<boost::shared_ptr<Screen> > screens,
        boost::filesystem::path cpl,
        dcp::LocalTime from,
-       dcp::LocalTime to
+       dcp::LocalTime to,
+       dcp::Formulation formulation
        );
-