]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_opa.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_opa.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab ft=cpp
3
4 #pragma once
5
6 #include "rgw_common.h"
7 #include "rgw_op.h"
8
9 /* authorize request using OPA */
10 int rgw_opa_authorize(RGWOp*& op,
11 req_state* s);