]> arthur.barton.de Git - netdata.git/blobdiff - src/url.h
nfacct plugin with static dimension pointers
[netdata.git] / src / url.h
old mode 100755 (executable)
new mode 100644 (file)
index f79a20e..fa44d49
--- a/src/url.h
+++ b/src/url.h
@@ -19,4 +19,6 @@ extern char *url_encode(char *str);
 /* IMPORTANT: be sure to free() the returned string after use */
 extern char *url_decode(char *str);
 
+extern char *url_decode_r(char *to, char *url, size_t size);
+
 #endif /* NETDATA_URL_H */