summaryrefslogtreecommitdiffstats
path: root/slv2/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/value.h')
-rw-r--r--slv2/value.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/slv2/value.h b/slv2/value.h
index 3073e7e..c61acf4 100644
--- a/slv2/value.h
+++ b/slv2/value.h
@@ -31,6 +31,11 @@ extern "C" {
*/
+/** Free an SLV2Value.
+ */
+void
+slv2_value_free(SLV2Value val);
+
/** Return whether two values are equivalent.
*/