Add url_decode_field

This commit is contained in:
2025-12-06 01:27:31 +01:00
parent bc5679aa11
commit a409997006
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -110,4 +110,6 @@ int url_resolve_reference(char *src, int len, int *pcur,
int url_remove_white_space(char *src, int len, char *dst, int cap);
int url_decode_field(URL_String field, char *dst, int cap);
#endif // URL_INCLUDED