summaryrefslogtreecommitdiff
path: root/src/UriShorten.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:11:07 +0100
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:11:07 +0100
commitc17b127df11ec779784c0b41e7e1500d041bd077 (patch)
treeec134b40f87f90bb6de54f3c2a15135cdb7f723b /src/UriShorten.c
parent0ca227c7ff3be80a64807df27ffe7066cf447e09 (diff)
parent6d05f3e01a26fa416c9d0150163db20abac4b4ef (diff)
Update upstream source from tag 'upstream/0.8.5'
Update to upstream version '0.8.5' with Debian dir e35894d616fcb570578d09c39828e967d4b6b4b0
Diffstat (limited to 'src/UriShorten.c')
-rw-r--r--src/UriShorten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UriShorten.c b/src/UriShorten.c
index c839ae5..0145f68 100644
--- a/src/UriShorten.c
+++ b/src/UriShorten.c
@@ -2,7 +2,7 @@
* uriparser - RFC 3986 URI parsing library
*
* Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
- * Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org>
+ * Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -131,7 +131,7 @@ static URI_INLINE UriBool URI_FUNC(EqualsAuthority)(const URI_TYPE(Uri) * first,
-int URI_FUNC(RemoveBaseUriImpl)(URI_TYPE(Uri) * dest,
+static int URI_FUNC(RemoveBaseUriImpl)(URI_TYPE(Uri) * dest,
const URI_TYPE(Uri) * absSource,
const URI_TYPE(Uri) * absBase,
UriBool domainRootMode) {