summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_otp.h
blob: 544913430d5e95d62ed8edb613e521f05ee69783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#ifndef CEPH_RGW_OTP_H
#define CEPH_RGW_OTP_H

class RGWRados;

class RGWMetadataHandler;

RGWMetadataHandler *rgw_otp_get_handler(void);
void rgw_otp_init(RGWRados *store);

#endif