From c3ccf5e3e6737f81863b085289fd830e732b41f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 20 Oct 2014 18:43:38 +0200 Subject: Imported Upstream version 0.8.1 --- src/UriCommon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/UriCommon.h') 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, -- cgit v1.2.3