summaryrefslogtreecommitdiffstats
path: root/exporting/opentsdb/opentsdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/opentsdb/opentsdb.h')
-rw-r--r--exporting/opentsdb/opentsdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/opentsdb/opentsdb.h b/exporting/opentsdb/opentsdb.h
index d53a5054..b544ba8c 100644
--- a/exporting/opentsdb/opentsdb.h
+++ b/exporting/opentsdb/opentsdb.h
@@ -8,7 +8,7 @@
int init_opentsdb_telnet_instance(struct instance *instance);
int init_opentsdb_http_instance(struct instance *instance);
-void sanitize_opentsdb_label_value(char *dst, char *src, size_t len);
+void sanitize_opentsdb_label_value(char *dst, const char *src, size_t len);
int format_host_labels_opentsdb_telnet(struct instance *instance, RRDHOST *host);
int format_host_labels_opentsdb_http(struct instance *instance, RRDHOST *host);