Allow control of where KDM CLI's output goes.
[dcpomatic.git] / src / lib / kdm_cli.h
index bc094d2957e53a02518ed282f832a24f3bc40c70..4eb2e0fc3fde82b6d08529a545c0eacbd7b3f7ea 100644 (file)
@@ -23,4 +23,4 @@
 #include <string>
 
 
-extern boost::optional<std::string> kdm_cli (int argc, char* argv[]);
+extern boost::optional<std::string> kdm_cli (int argc, char* argv[], std::function<void (std::string)> out);