X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Furl.h;h=fa44d49a8e856d081f1907b85ae06dad45a37281;hb=68c6d537788b9c11670903bce2e9806933a3322a;hp=f79a20ea0c0f7973e4fe92a42522b008d7abe3e2;hpb=52c367442ee344e0681684f2ebcb6b0cb80dbcf6;p=netdata.git diff --git a/src/url.h b/src/url.h index f79a20ea..fa44d49a 100644 --- 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 */