diff options
Diffstat (limited to 'src/shared/set.h')
-rw-r--r-- | src/shared/set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/set.h b/src/shared/set.h index ed5b5a44d6..2f792585fa 100644 --- a/src/shared/set.h +++ b/src/shared/set.h @@ -35,6 +35,7 @@ Set *set_new(hash_func_t hash_func, compare_func_t compare_func); void set_free(Set* s); void set_freep(Set **s); void set_free_free(Set *s); +void set_free_freep(Set **s); Set* set_copy(Set *s); int set_ensure_allocated(Set **s, hash_func_t hash_func, compare_func_t compare_func); |