chiark / gitweb /
shutdown: initialize the controlling terminal
[elogind.git] / src / set.h
index dd2e91dd11df5cd5b426e6f66605725392ff5678..885780c4c070896b7422c606cad1a60d90e5f58f 100644 (file)
--- a/src/set.h
+++ b/src/set.h
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foosethfoo
 #define foosethfoo
@@ -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);