diff options
author | David Robillard <d@drobilla.net> | 2011-01-30 00:03:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-30 00:03:52 +0000 |
commit | e0c3f426f0b7b40cdb9c65f99ac77f4974f086a8 (patch) | |
tree | f50e03e731d6583518e3cf9b48d7b8b601f8d8b6 /src/slv2_internal.h | |
parent | 801876c89ef1e4dcd16f5c5f9c29416b78ac15c4 (diff) | |
download | lilv-e0c3f426f0b7b40cdb9c65f99ac77f4974f086a8.tar.gz lilv-e0c3f426f0b7b40cdb9c65f99ac77f4974f086a8.tar.bz2 lilv-e0c3f426f0b7b40cdb9c65f99ac77f4974f086a8.zip |
Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_port_index.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2861 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index adf9e8b..c76a11e 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -159,6 +159,7 @@ struct _SLV2World { librdf_node* lv2_plugin_node; librdf_node* lv2_binary_node; librdf_node* lv2_port_node; + librdf_node* lv2_portproperty_node; librdf_node* lv2_index_node; librdf_node* lv2_symbol_node; librdf_node* rdf_a_node; |