summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-09 20:53:22 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-13 00:27:39 +0200
commit747e81de1927c71b39dc916be05bb9296ca6b882 (patch)
tree4068bac39995c02aa43917f39fb3dff664f71efd /src/lib/cross.h
parent6d27b49a7a767a9c8b31dc0f799da940ddb7232f (diff)
Support unmounting on macOS and Windows.v2.15.51
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index ece36fe25..114581269 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -31,6 +31,7 @@
#include <boost/filesystem.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/optional.hpp>
+#include <boost/function.hpp>
#ifdef DCPOMATIC_WINDOWS
#define WEXITSTATUS(w) (w)
@@ -138,4 +139,6 @@ private:
boost::optional<std::string> _model;
};
+void disk_write_finished ();
+
#endif