From 0c7ba16331f4219dba705acd19d0cd3599e4e50d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Feb 2011 20:08:22 +0000 Subject: Add ability to set blank node prefix for parsing multiple files without conflict. git-svn-id: http://svn.drobilla.net/sord/trunk@16 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord/sord.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sord') diff --git a/sord/sord.h b/sord/sord.h index 5b05587..2d702a6 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -360,14 +360,16 @@ SORD_API bool sord_read_file(Sord sord, const uint8_t* uri, - const SordNode graph); + const SordNode graph, + const uint8_t* blank_prefix); SORD_API bool sord_read_file_handle(Sord sord, FILE* fd, const uint8_t* base_uri, - const SordNode graph); + const SordNode graph, + const uint8_t* blank_prefix); /** @} */ -- cgit v1.2.1