diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/slv2.h | 1 | ||||
-rw-r--r-- | slv2/value.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index f3a4a0d..9573e9c 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -30,6 +30,7 @@ extern "C" { #include <slv2/port.h> #include <slv2/plugins.h> #include <slv2/plugininstance.h> +#include <slv2/value.h> #include <slv2/values.h> #ifdef __cplusplus 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. */ |