chiark / gitweb /
sshd, tmux and others are broken when /dev/pts is mounted with "-o nodev"
[elogind.git] / src / set.h
index dd2e91dd11df5cd5b426e6f66605725392ff5678..c643a2789cf95ae5989038a76756089daafe68ed 100644 (file)
--- 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);