summaryrefslogtreecommitdiff
path: root/utils/nsurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nsurl.h')
-rw-r--r--utils/nsurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nsurl.h b/utils/nsurl.h
index 46496f212..62b8477a7 100644
--- a/utils/nsurl.h
+++ b/utils/nsurl.h
@@ -165,7 +165,7 @@ lwc_string *nsurl_get_component(const nsurl *url, nsurl_component part);
* NSURL_QUERY
* NSURL_FRAGMENT
*/
-bool nsurl_enquire(const nsurl *url, nsurl_component part);
+bool nsurl_has_component(const nsurl *url, nsurl_component part);
/**