From deca2cc89850dffc051d0a0aafc9d681af838934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Jul 2006 19:19:05 +0000 Subject: Removed data type enumeration in favour of using the URI directly git-svn-id: http://svn.drobilla.net/lad/libslv2@100 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/query.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'slv2/query.h') diff --git a/slv2/query.h b/slv2/query.h index f1708d7..79e7301 100644 --- a/slv2/query.h +++ b/slv2/query.h @@ -87,10 +87,13 @@ rasqal_query_results* slv2_plugin_run_query(const SLV2Plugin* p, const uchar* query_string, ...); - SLV2Property slv2_query_get_results(rasqal_query_results* results); +/** Free an SLV2Property. */ +void +slv2_property_free(SLV2Property); + /** @} */ -- cgit v1.2.1