11fb000cae52a1477a554a7c249e1c02ac62738b
[stor4nfv.git] / src / ceph / src / common / ceph_crypto_cms.h
1 #ifndef CEPH_CRYPTO_CMS_H
2 #define CEPH_CRYPTO_CMS_H
3
4 #include "include/buffer_fwd.h"
5
6 class CephContext;
7
8 int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
9
10 #endif