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

#pragma once

namespace rgw::s3select {
RGWOp* create_s3select_op();
}