summaryrefslogtreecommitdiff
path: root/src/shared/set.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-28 19:36:48 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-29 19:01:41 -0500
commite3ded78be7df143ba780dd55ca8897fdddd67460 (patch)
tree6a82c7e12a003c909a667e5b26bef6a83ad8affb /src/shared/set.h
parent01233fc71296bc78c2de14b755236ced752500f7 (diff)
shared: introduce _cleanup_set_free_free_
Diffstat (limited to 'src/shared/set.h')
-rw-r--r--src/shared/set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/set.h b/src/shared/set.h
index ed5b5a44d..2f792585f 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);