diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-05-17 18:45:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-05-17 18:45:48 +0200 |
commit | e88cb800c1d2f1d106238cfdcf0a8db5519cc5d5 (patch) | |
tree | 8c6f15949ac5d74a6b8a7de0d9cede924ff7b5c5 /src/UriCommon.h | |
parent | cbca5053aa041134ac8b859aa3b3ea84f5c07328 (diff) | |
parent | 02179e607b61eccf0fd6580c67f467f6d669005c (diff) |
Merge branch 'release/debian/0.9.5+dfsg-1'debian/0.9.5+dfsg-1
Diffstat (limited to 'src/UriCommon.h')
-rw-r--r-- | src/UriCommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UriCommon.h b/src/UriCommon.h index 10bc250..42311dd 100644 --- a/src/UriCommon.h +++ b/src/UriCommon.h @@ -84,8 +84,6 @@ int URI_FUNC(CompareRange)( UriBool URI_FUNC(RemoveDotSegmentsAbsolute)(URI_TYPE(Uri) * uri, UriMemoryManager * memory); -UriBool URI_FUNC(RemoveDotSegments)(URI_TYPE(Uri) * uri, UriBool relative, - UriMemoryManager * memory); UriBool URI_FUNC(RemoveDotSegmentsEx)(URI_TYPE(Uri) * uri, UriBool relative, UriBool pathOwned, UriMemoryManager * memory); |