summaryrefslogtreecommitdiffstats
path: root/web/api/web_api_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/web_api_v1.h')
-rw-r--r--web/api/web_api_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/web_api_v1.h b/web/api/web_api_v1.h
index edeea98bed..ca853ceacd 100644
--- a/web/api/web_api_v1.h
+++ b/web/api/web_api_v1.h
@@ -23,7 +23,7 @@ extern int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, c
extern int web_client_api_request_v1_registry(RRDHOST *host, struct web_client *w, char *url);
extern int web_client_api_request_v1_info(RRDHOST *host, struct web_client *w, char *url);
extern int web_client_api_request_v1(RRDHOST *host, struct web_client *w, char *url);
-
+extern int web_client_api_request_v1_info_fill_buffer(RRDHOST *host, BUFFER *wb);
extern void host_labels2json(RRDHOST *host, BUFFER *wb, size_t indentation);
extern void web_client_api_v1_init(void);