s/nsurl_get_lwc/nsurl_get_component/

svn path=/trunk/netsurf/; revision=12898
This commit is contained in:
Michael Drake 2011-09-27 08:18:32 +00:00
parent e9cdc14d79
commit a269a82d1f
2 changed files with 2 additions and 2 deletions

View File

@ -1183,7 +1183,7 @@ nserror nsurl_get(const nsurl *url, nsurl_component parts,
/* exported interface, documented in nsurl.h */
lwc_string *nsurl_get_lwc(const nsurl *url, nsurl_component part)
lwc_string *nsurl_get_component(const nsurl *url, nsurl_component part)
{
assert(url != NULL);

View File

@ -144,7 +144,7 @@ nserror nsurl_get(const nsurl *url, nsurl_component parts,
* NSURL_QUERY
* NSURL_FRAGMENT
*/
lwc_string *nsurl_get_lwc(const nsurl *url, nsurl_component part);
lwc_string *nsurl_get_component(const nsurl *url, nsurl_component part);
/**