/* * Copyright (C) 2015-present ScyllaDB */ /* * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 */ #pragma once #include "api/api_init.hh" namespace netw { class messaging_service; } namespace api { void set_messaging_service(http_context& ctx, httpd::routes& r, sharded& ms); void unset_messaging_service(http_context& ctx, httpd::routes& r); }