/* * Copyright (C) 2018-present ScyllaDB */ /* * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 */ #pragma once #include "api/api_init.hh" #include namespace api { void set_config(std::shared_ptr rb, http_context& ctx, httpd::routes& r, db::config& cfg, bool first = false); void unset_config(http_context& ctx, httpd::routes& r); }