]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_s3select.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_s3select.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
5 #pragma once
6
7 namespace rgw::s3select {
8 RGWOp* create_s3select_op();
9 }
10