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