Mercurial
diff seobeo/seobeo.h @ 147:6de849867459 hg-web
[HgWeb] Updated logic to use Seobeo Client.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 09 Jan 2026 18:39:34 -0800 |
| parents | f236c895604e |
| children | 827c6ac504cd |
line wrap: on
line diff
--- a/seobeo/seobeo.h Fri Jan 09 13:45:29 2026 -0800 +++ b/seobeo/seobeo.h Fri Jan 09 18:39:34 2026 -0800 @@ -89,6 +89,9 @@ /* Destroy response and free all resources. */ extern void Seobeo_Client_Response_Destroy(Seobeo_Client_Response *p_resp); +// --- HTTP Web related helper functions --- // +extern void Seobeo_Url_Decode(char *dst, const char *src); + /** * WebSocket Client API * ------