diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 01:03:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-04 01:03:26 +0200 |
| commit | 7703a0d95f4188d4e7e9414afc6bfe3259cf1cdc (patch) | |
| tree | 1325e5faa92fe80cfa898687320a97471f481a85 /src/lib/kdm.h | |
| parent | 107549f047c45a692f229a5023b4f26cd1301921 (diff) | |
All going downhill.dkdm
Diffstat (limited to 'src/lib/kdm.h')
| -rw-r--r-- | src/lib/kdm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/kdm.h b/src/lib/kdm.h new file mode 100644 index 000000000..f07c7f72d --- /dev/null +++ b/src/lib/kdm.h @@ -0,0 +1,11 @@ +#include "recipient_with_kdm.h" +#include <boost/function.hpp> +#include <list> + +extern int write_kdm_files ( + std::list<boost::shared_ptr<RecipientWithKDM> > kdms, + boost::filesystem::path directory, + dcp::NameFormat name_format, + dcp::NameFormat::Map name_values, + boost::function<bool (boost::filesystem::path)> confirm_overwrite + ); |
