summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h3
1 files changed, 3 insertions, 0 deletions
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;