summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_query.h
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/aclk_query.h')
-rw-r--r--aclk/aclk_query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk_query.h b/aclk/aclk_query.h
index f86754a2a..c006b0138 100644
--- a/aclk/aclk_query.h
+++ b/aclk/aclk_query.h
@@ -31,6 +31,6 @@ struct aclk_query_threads {
void aclk_query_threads_start(struct aclk_query_threads *query_threads, mqtt_wss_client client);
void aclk_query_threads_cleanup(struct aclk_query_threads *query_threads);
-const char *aclk_query_get_name(aclk_query_type_t qt);
+const char *aclk_query_get_name(aclk_query_type_t qt, int unknown_ok);
#endif //NETDATA_AGENT_CLOUD_LINK_H