master
h 11 lines 264 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_MCP_HTTP_ADAPTER_H
4 #define NETDATA_MCP_HTTP_ADAPTER_H
5
6 struct rrdhost;
7 struct web_client;
8
9 int mcp_http_handle_request(struct rrdhost *host, struct web_client *w);
10
11 #endif // NETDATA_MCP_HTTP_ADAPTER_H