aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/url.h b/src/url.h
index 105466aa5..6b08682ba 100644
--- a/src/url.h
+++ b/src/url.h
@@ -30,6 +30,8 @@ struct uri {
* POST_CHAR in the uri string. */
gchar *post;
+ struct uri *phished_url;
+
/* @protocollen should only be usable if @protocol is either
* PROTOCOL_USER or an uri string should be composed. */
guint protocollen;