summaryrefslogtreecommitdiffstats
path: root/web/api/web_api_v2.h
blob: 4a1893bd85bce87ed2740d4eed7265bb4aa71d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_WEB_API_V2_H
#define NETDATA_WEB_API_V2_H 1

#include "web_api.h"

struct web_client;

int web_client_api_request_v2(RRDHOST *host, struct web_client *w, char *url_path_endpoint);

#endif //NETDATA_WEB_API_V2_H