blob: f07c7f72dcef6222bd59f0710665fe635b1e6c0c (
plain)
1
2
3
4
5
6
7
8
9
10
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
);
|