AirPlay: no realloc, safe TCB cleanup, tools convergence

This commit is contained in:
Philippe G
2021-12-17 10:54:25 -08:00
parent a266c07114
commit 3b6299dc1a
14 changed files with 144 additions and 59 deletions

View File

@@ -10,4 +10,13 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void utf8_decode(char *src);
void url_decode(char *url);
#ifdef __cplusplus
}
#endif