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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index ff68070..f078084 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -282,7 +282,9 @@ SerdStatus lilv_world_load_file(LilvWorld* world,
const LilvNode* uri);
SerdStatus
-lilv_world_load_graph(LilvWorld* world, SordNode* graph, const uint8_t* uri);
+lilv_world_load_graph(LilvWorld* world,
+ SordNode* graph,
+ const LilvNode* uri);
LilvUI* lilv_ui_new(LilvWorld* world,
LilvNode* uri,