summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nsurl.h')
-rw-r--r--utils/nsurl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/nsurl.h b/utils/nsurl.h
index 6a5725aa9..23dd3f251 100644
--- a/utils/nsurl.h
+++ b/utils/nsurl.h
@@ -94,8 +94,7 @@ void nsurl_unref(nsurl *url);
*
* If return value != NSERROR_OK, match will be false.
*/
-nserror nsurl_compare(const nsurl *url1, const nsurl *url2,
- nsurl_component parts, bool *match);
+bool nsurl_compare(const nsurl *url1, const nsurl *url2, nsurl_component parts);
/**