diff options
Diffstat (limited to 'sord/sord.h')
-rw-r--r-- | sord/sord.h | 6 |
1 files changed, 4 insertions, 2 deletions
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); /** @} */ |