/* * Copyright (C) 2018-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include "api.hh" #include namespace api { void set_config(std::shared_ptr rb, http_context& ctx, routes& r, const db::config& cfg); }