aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-url.h')
-rw-r--r--camel/camel-url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-url.h b/camel/camel-url.h
index 53b42dfcd9..60012cb90c 100644
--- a/camel/camel-url.h
+++ b/camel/camel-url.h
@@ -45,6 +45,8 @@ typedef struct {
int port;
char *path;
+ /* This is set if the URL contained only a protocol. */
+ gboolean empty;
} CamelURL;
CamelURL *camel_url_new (const char *url_string, CamelException *ex);