summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c
index cd9467a..9c758e8 100644
--- a/src/world.c
+++ b/src/world.c
@@ -731,7 +731,7 @@ lilv_world_load_path(LilvWorld* world,
}
}
-static void
+void
lilv_world_load_specifications(LilvWorld* world)
{
for (LilvSpec* spec = world->specs; spec; spec = spec->next) {
@@ -742,7 +742,7 @@ lilv_world_load_specifications(LilvWorld* world)
}
}
-static void
+void
lilv_world_load_plugin_classes(LilvWorld* world)
{
/* FIXME: This loads all classes, not just lv2:Plugin subclasses.