summaryrefslogtreecommitdiff
path: root/src/UriCommon.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:38 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2014-10-20 18:43:38 +0200
commitc3ccf5e3e6737f81863b085289fd830e732b41f9 (patch)
tree1818bff2d8c4323edd4b65a419b1a6b76932c2c9 /src/UriCommon.h
parent886e5076c8e81fd0cdfe82dbf4a80d19e778d594 (diff)
Imported Upstream version 0.8.1upstream/0.8.1
Diffstat (limited to 'src/UriCommon.h')
-rw-r--r--src/UriCommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/UriCommon.h b/src/UriCommon.h
index 85266bf..f6bc2cc 100644
--- a/src/UriCommon.h
+++ b/src/UriCommon.h
@@ -78,6 +78,10 @@ extern const URI_CHAR * const URI_FUNC(ConstParent);
void URI_FUNC(ResetUri)(URI_TYPE(Uri) * uri);
+int URI_FUNC(CompareRange)(
+ const URI_TYPE(TextRange) * a,
+ const URI_TYPE(TextRange) * b);
+
UriBool URI_FUNC(RemoveDotSegmentsAbsolute)(URI_TYPE(Uri) * uri);
UriBool URI_FUNC(RemoveDotSegments)(URI_TYPE(Uri) * uri, UriBool relative);
UriBool URI_FUNC(RemoveDotSegmentsEx)(URI_TYPE(Uri) * uri,