summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-29 04:29:33 +0000
committerDavid Robillard <d@drobilla.net>2015-10-29 04:29:33 +0000
commitdb1f21708808e2ad01292f08deb8da1788db6ee8 (patch)
tree81d907cfaa03a3e4c539d1e4108f33ccbdb562b3 /src/lilv_internal.h
parentefc94d38733ac94c04f3c2d01d2eb058b5e3d4d5 (diff)
downloadlilv-db1f21708808e2ad01292f08deb8da1788db6ee8.tar.gz
lilv-db1f21708808e2ad01292f08deb8da1788db6ee8.tar.bz2
lilv-db1f21708808e2ad01292f08deb8da1788db6ee8.zip
Support reloading bundles
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index 15b00dc..89ae629 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2015 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -282,7 +282,8 @@ LilvScalePoints* lilv_scale_points_new(void);
LilvPluginClasses* lilv_plugin_classes_new(void);
LilvUIs* lilv_uis_new(void);
-LilvNode* lilv_world_get_manifest_uri(LilvWorld* world, LilvNode* bundle_uri);
+LilvNode* lilv_world_get_manifest_uri(LilvWorld* world,
+ const LilvNode* bundle_uri);
const uint8_t* lilv_world_blank_node_prefix(LilvWorld* world);