From 89eca3384af875dc59f2563c33f8e35a923fbfe1 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 25 Jul 2020 09:12:27 +0300 Subject: Encode spaces in URLs --- src/gmutil.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gmutil.h') diff --git a/src/gmutil.h b/src/gmutil.h index 264ad8a8..41711af7 100644 --- a/src/gmutil.h +++ b/src/gmutil.h @@ -13,4 +13,6 @@ struct Impl_Url { iRangecc query; }; -void init_Url(iUrl *d, const iString *text); +void init_Url (iUrl *, const iString *text); + +void urlEncodeSpaces_String (iString *); -- cgit v1.2.3