summaryrefslogtreecommitdiff
path: root/src/gmutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.h')
-rw-r--r--src/gmutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmutil.h b/src/gmutil.h
index 3fd1268d..1caf2445 100644
--- a/src/gmutil.h
+++ b/src/gmutil.h
@@ -96,6 +96,7 @@ struct Impl_Url {
96 iRangecc port; 96 iRangecc port;
97 iRangecc path; 97 iRangecc path;
98 iRangecc query; 98 iRangecc query;
99 iRangecc fragment;
99}; 100};
100 101
101void init_Url (iUrl *, const iString *text); 102void init_Url (iUrl *, const iString *text);