summaryrefslogtreecommitdiffstats
path: root/slv2/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/query.h')
-rw-r--r--slv2/query.h5
1 files changed, 4 insertions, 1 deletions
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);
+
/** @} */