Bump version
[libdcp.git] / src / util.h
index 9153dbdaafcbd4689f494b802fc15249123bb089..586d197f73f2e5a9fa4979d66b8fc49198eb8dd6 100644 (file)
@@ -27,6 +27,7 @@
 #include <string>
 #include <stdint.h>
 #include <boost/shared_ptr.hpp>
+#include <boost/function.hpp>
 #include <openjpeg.h>
 #include "types.h"
 
@@ -60,7 +61,7 @@ extern bool operator== (Size const & a, Size const & b);
 extern bool operator!= (Size const & a, Size const & b);
 
 extern std::string make_uuid ();
-extern std::string make_digest (std::string filename);
+extern std::string make_digest (std::string filename, boost::function<void (float)> *);
 extern std::string content_kind_to_string (ContentKind kind);
 extern ContentKind content_kind_from_string (std::string kind);
 extern bool empty_or_white_space (std::string s);