summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'group.h')
-rw-r--r--group.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/group.h b/group.h
index 2dc18b9..38a33f8 100644
--- a/group.h
+++ b/group.h
@@ -7,6 +7,10 @@ GROUP *create_group(char *new_name);
void group_add(char *gname, ENTRY *addme);
+void group_rm(GROUP *g);
+
+void clean_groups();
+
GROUP **get_groups();
char *get_gname(GROUP *g);