file_util: implement urldecode_path()
[oweals/opkg-lede.git] / libopkg / file_util.h
index e078f41fd63143fc118077cb0798c33e34bc69f4..279db82bf5e720ce58072a6a98c0e7432e9d3510 100644 (file)
@@ -32,5 +32,6 @@ char *checksum_bin2hex(const char *src, size_t len);
 char *checksum_hex2bin(const char *src, size_t *len);
 
 char *urlencode_path(const char *filename);
+char *urldecode_path(const char *filename);
 
 #endif