initial code repo
[stor4nfv.git] / src / ceph / src / common / ceph_crypto_cms.h
diff --git a/src/ceph/src/common/ceph_crypto_cms.h b/src/ceph/src/common/ceph_crypto_cms.h
new file mode 100644 (file)
index 0000000..11fb000
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef CEPH_CRYPTO_CMS_H
+#define CEPH_CRYPTO_CMS_H
+
+#include "include/buffer_fwd.h"
+
+class CephContext;
+
+int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
+
+#endif