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

#ifndef RGW_OPA_H
#define RGW_OPA_H

#include "rgw_common.h"
#include "rgw_op.h"

/* authorize request using OPA */
int rgw_opa_authorize(RGWOp*& op,
                      req_state* s);

#endif /* RGW_OPA_H */