]> git.proxmox.com Git - ceph.git/blame - ceph/src/common/ceph_crypto_cms.h
update download target update for octopus release
[ceph.git] / ceph / src / common / ceph_crypto_cms.h
CommitLineData
7c673cae
FG
1#ifndef CEPH_CRYPTO_CMS_H
2#define CEPH_CRYPTO_CMS_H
3
4#include "include/buffer_fwd.h"
5
6class CephContext;
7
8int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
9
10#endif