summaryrefslogtreecommitdiff
path: root/src/set.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-15 02:45:26 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-15 02:45:26 +0200
commit53ec43c61d2f0e19c41640c63ec034b2f8cedb89 (patch)
treeb541638dcdc95a7083a3db37fa1b693f1d8866a2 /src/set.h
parent3930341a76d2f13e25d59baba4eafaf075e8ffeb (diff)
set: introduce set_free_free()
Diffstat (limited to 'src/set.h')
-rw-r--r--src/set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/set.h b/src/set.h
index dd2e91dd1..c643a2789 100644
--- a/src/set.h
+++ b/src/set.h
@@ -34,6 +34,7 @@ typedef struct Set Set;
Set *set_new(hash_func_t hash_func, compare_func_t compare_func);
void set_free(Set* s);
+void set_free_free(Set *s);
Set* set_copy(Set *s);
int set_ensure_allocated(Set **s, hash_func_t hash_func, compare_func_t compare_func);