summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_s3select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_s3select.h')
-rw-r--r--src/rgw/rgw_s3select.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rgw/rgw_s3select.h b/src/rgw/rgw_s3select.h
new file mode 100644
index 000000000..4a506ba4c
--- /dev/null
+++ b/src/rgw/rgw_s3select.h
@@ -0,0 +1,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();
+}
+