From 8f2ecbb9e76d9427186727a9110e1e8435e1c16f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 03:08:48 +0000 Subject: Update for new Sord API. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2957 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 3 +-- src/world.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 1a4e852..36f294e 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -191,7 +191,7 @@ void slv2_plugin_classes_free(); */ struct _SLV2World { SordWorld world; - Sord model; + SordModel model; SerdReader reader; SerdEnv namespaces; unsigned n_read_files; @@ -228,7 +228,6 @@ struct _SLV2World { const uint8_t* slv2_world_blank_node_prefix(SLV2World world); - void slv2_world_load_file(SLV2World world, const char* file_uri); diff --git a/src/world.c b/src/world.c index b0c4e66..e5d70f1 100644 --- a/src/world.c +++ b/src/world.c @@ -190,7 +190,7 @@ slv2_world_set_option(SLV2World world, static SLV2Matches slv2_world_find_statements(SLV2World world, - Sord model, + SordModel model, SLV2Node subject, SLV2Node predicate, SLV2Node object, -- cgit v1.2.1