summaryrefslogtreecommitdiffstats
path: root/web/api/web_api_v2.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-08 16:27:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-08 16:27:04 +0000
commita836a244a3d2bdd4da1ee2641e3e957850668cea (patch)
treecb87c75b3677fab7144f868435243f864048a1e6 /web/api/web_api_v2.h
parentAdding upstream version 1.38.1. (diff)
downloadnetdata-a836a244a3d2bdd4da1ee2641e3e957850668cea.tar.xz
netdata-a836a244a3d2bdd4da1ee2641e3e957850668cea.zip
Adding upstream version 1.39.0.upstream/1.39.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/api/web_api_v2.h')
-rw-r--r--web/api/web_api_v2.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/api/web_api_v2.h b/web/api/web_api_v2.h
new file mode 100644
index 000000000..4a1893bd8
--- /dev/null
+++ b/web/api/web_api_v2.h
@@ -0,0 +1,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