diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 75559c4..a4314a4 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -89,6 +89,11 @@ librdf_stream* slv2_plugin_find_statements(SLV2Plugin plugin, librdf_node* predicate, librdf_node* object); +SLV2Value +slv2_plugin_get_unique(SLV2Plugin p, + librdf_node* subject, + librdf_node* predicate); + /* ********* Plugins ********* */ /** Create a new, empty plugin list. |