Merge master; at least partially.
[libdcp.git] / src / crypt_chain.h
1
2 namespace libdcp {
3         
4 void make_crypt_chain (std::string);
5
6 }