X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Furl.h;h=fa44d49a8e856d081f1907b85ae06dad45a37281;hb=0444aa8ff91dce4d4ab5971187944ed894b550e2;hp=f79a20ea0c0f7973e4fe92a42522b008d7abe3e2;hpb=037bbc245f57e45f9e6f56c705957e38586d7218;p=netdata.git diff --git a/src/url.h b/src/url.h old mode 100755 new mode 100644 index f79a20ea..fa44d49a --- 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 */