From 1725dfdf7c446449e64173ef41fd42465e2bae53 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Mar 2012 17:33:30 +0000 Subject: serd_node_new_uri_from_path => serd_node_new_file_uri. git-svn-id: http://svn.drobilla.net/serd/trunk@331 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/node.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/node.c') diff --git a/src/node.c b/src/node.c index dc352389..4191dfe4 100644 --- a/src/node.c +++ b/src/node.c @@ -133,9 +133,9 @@ is_uri_path_char(const uint8_t c) SERD_API SerdNode -serd_node_new_uri_from_path(const uint8_t* path, - const uint8_t* hostname, - SerdURI* out) +serd_node_new_file_uri(const uint8_t* path, + const uint8_t* hostname, + SerdURI* out) { const size_t path_len = strlen((const char*)path); const size_t hostname_len = hostname ? strlen((const char*)hostname) : 0; -- cgit v1.2.1