diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/value.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/slv2/value.h b/slv2/value.h index c61acf4..1470d36 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -37,6 +37,12 @@ void slv2_value_free(SLV2Value val); +/** Duplicate an SLV2Value. + */ +SLV2Value +slv2_value_duplicate(SLV2Value val); + + /** Return whether two values are equivalent. */ bool |