]> git.proxmox.com Git - ceph.git/blob - ceph/src/common/ceph_crypto_cms.h
update download target update for octopus release
[ceph.git] / 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