summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index f8fcec6..ae58e04 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -280,10 +280,13 @@ SerdStatus lilv_world_load_file(LilvWorld* world,
SerdReader* reader,
const LilvNode* uri);
+SerdStatus
+lilv_world_load_graph(LilvWorld* world, SordNode* graph, const uint8_t* uri);
+
LilvUI* lilv_ui_new(LilvWorld* world,
- LilvNode* uri,
- LilvNode* type_uri,
- LilvNode* binary_uri);
+ LilvNode* uri,
+ LilvNode* type_uri,
+ LilvNode* binary_uri);
void lilv_ui_free(LilvUI* ui);