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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 8feafdd..1075703 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -80,9 +80,13 @@ void slv2_plugin_load_if_necessary(SLV2Plugin p);
void slv2_plugin_load_ports_if_necessary(SLV2Plugin p);
void slv2_plugin_free(SLV2Plugin plugin);
void slv2_plugin_get_port_float_values(SLV2Plugin p,
- const char* qname,
- float* values);
+ const char* qname,
+ float* values);
+librdf_stream* slv2_plugin_find_statements(SLV2Plugin plugin,
+ librdf_node* subject,
+ librdf_node* predicate,
+ librdf_node* object);
/* ********* Plugins ********* */
@@ -147,6 +151,7 @@ struct _SLV2World {
SLV2Plugins plugins;
librdf_node* lv2_specification_node;
librdf_node* lv2_plugin_node;
+ librdf_node* lv2_binary_node;
librdf_node* rdf_a_node;
librdf_node* xsd_integer_node;
librdf_node* xsd_decimal_node;