summaryrefslogtreecommitdiff
path: root/src/crypt_chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt_chain.h')
-rw-r--r--src/crypt_chain.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypt_chain.h b/src/crypt_chain.h
new file mode 100644
index 00000000..e8d739d4
--- /dev/null
+++ b/src/crypt_chain.h
@@ -0,0 +1,6 @@
+
+namespace libdcp {
+
+void make_crypt_chain (std::string);
+
+}