X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fset.h;h=ed5b5a44d6456e372281f1f7522e345c0e3fc0ad;hb=e9cea16db6c3e3c371a2f9651a2eea3dd47022d2;hp=9162e2ae8025699bea4e57edd59ffe39a55f2559;hpb=9590dfe771d1f499703414c5c5cf21eec7ef69a4;p=elogind.git diff --git a/src/shared/set.h b/src/shared/set.h index 9162e2ae8..ed5b5a44d 100644 --- a/src/shared/set.h +++ b/src/shared/set.h @@ -33,6 +33,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_freep(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);