]> arthur.barton.de Git - netdata.git/blob - src/web_api_old.h
dns_query_time plugin: replace "." with "_" in dimensions
[netdata.git] / src / web_api_old.h
1 #ifndef NETDATA_WEB_API_OLD_H
2 #define NETDATA_WEB_API_OLD_H
3
4 #include "common.h"
5
6 extern int web_client_api_old_data_request(RRDHOST *host, struct web_client *w, char *url, int datasource_type);
7 extern int web_client_api_old_data_request_json(RRDHOST *host, struct web_client *w, char *url);
8 extern int web_client_api_old_data_request_jsonp(RRDHOST *host, struct web_client *w, char *url);
9 extern int web_client_api_old_graph_request(RRDHOST *host, struct web_client *w, char *url);
10 extern int web_client_api_old_list_request(RRDHOST *host, struct web_client *w, char *url);
11 extern int web_client_api_old_all_json(RRDHOST *host, struct web_client *w, char *url);
12
13 #endif //NETDATA_WEB_API_OLD_H