[libsoup/wip/soup-uri-removal: 19/19] Remove left over SoupURI definitions
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/soup-uri-removal: 19/19] Remove left over SoupURI definitions
- Date: Mon, 26 Oct 2020 20:47:31 +0000 (UTC)
commit 001284c07c6691efbad045ca0aa7dead8417120a
Author: Patrick Griffis <pgriffis igalia com>
Date: Sun Oct 25 14:42:22 2020 -0500
Remove left over SoupURI definitions
libsoup/soup-misc.h | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/libsoup/soup-misc.h b/libsoup/soup-misc.h
index 8534d037..40a6e19c 100644
--- a/libsoup/soup-misc.h
+++ b/libsoup/soup-misc.h
@@ -50,10 +50,6 @@ extern const char soup_char_attributes[];
#define soup_char_is_uri_unreserved(ch) (!(soup_char_attributes[(guchar)ch] &
(SOUP_CHAR_URI_PERCENT_ENCODED | SOUP_CHAR_URI_GEN_DELIMS | SOUP_CHAR_URI_SUB_DELIMS)))
#define soup_char_is_token(ch) (!(soup_char_attributes[(guchar)ch] & (SOUP_CHAR_HTTP_SEPARATOR
| SOUP_CHAR_HTTP_CTL)))
-char *soup_uri_decoded_copy (const char *str, int length, int *decoded_length);
-char *soup_uri_to_string_internal (SoupURI *uri, gboolean just_path_and_query,
- gboolean include_password, gboolean force_port);
-
/* At some point it might be possible to mark additional methods
* safe or idempotent...
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]