diff options
author | David Robillard <d@drobilla.net> | 2009-06-04 00:20:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-04 00:20:19 +0000 |
commit | 78ee0c8a610187b149191e175013481a268dec6a (patch) | |
tree | 88d996220350c9dfc5c5153a115cafb00efb3857 /src/slv2_internal.h | |
parent | 27751d02ec3acf33169e2f670c39edc95f02cd8d (diff) | |
download | lilv-78ee0c8a610187b149191e175013481a268dec6a.tar.gz lilv-78ee0c8a610187b149191e175013481a268dec6a.tar.bz2 lilv-78ee0c8a610187b149191e175013481a268dec6a.zip |
Centralize storage creation and only create SPO and OPS indices (TODO: Add API for user to select, predicate-variable queries will be slow this way).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2090 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 1601a4d..20fe619 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -165,6 +165,9 @@ slv2_world_load_specifications(SLV2World world); void slv2_world_load_file(SLV2World world, librdf_uri* file_uri); +librdf_storage* +slv2_world_new_storage(SLV2World world); + /* ********* Plugin UI ********* */ |