mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
206b8e2cc6
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
11 lines
197 B
C++
11 lines
197 B
C++
#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
|