diff options
Diffstat (limited to 'src/UriCommon.h')
-rw-r--r-- | src/UriCommon.h | 4 |
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, |