From 98cd625a7ba5eb91d473c1fe1504c7a9c050ef86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jan 2011 04:23:47 +0000 Subject: Non-SPARQL version of slv2_port_get_range. 1 query left... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2867 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index f2984a3..f25018e 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -160,6 +160,9 @@ struct _SLV2World { librdf_node* lv2_specification_node; librdf_node* lv2_plugin_node; librdf_node* lv2_binary_node; + librdf_node* lv2_default_node; + librdf_node* lv2_minimum_node; + librdf_node* lv2_maximum_node; librdf_node* lv2_port_node; librdf_node* lv2_portproperty_node; librdf_node* lv2_index_node; -- cgit v1.2.1