file_util: implement urlencode_path() helper
[project/opkg-lede.git] / libopkg / file_util.h
index d8e676790aaa16c8917920fadacef4bdc781a56d..e078f41fd63143fc118077cb0798c33e34bc69f4 100644 (file)
@@ -31,4 +31,6 @@ int rm_r(const char *path);
 char *checksum_bin2hex(const char *src, size_t len);
 char *checksum_hex2bin(const char *src, size_t *len);
 
+char *urlencode_path(const char *filename);
+
 #endif