diff options
Diffstat (limited to 'src/url.h')
-rw-r--r-- | src/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |