summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-11 17:08:41 -0700
committerlouie <lshprung@yahoo.com>2020-07-11 17:08:41 -0700
commit8f36e6816b5d5bd968f28e3c0acb269560d2796f (patch)
tree221717b1fd6f5a5df8bb0b23187d6f1106275bf0 /group.h
parent8ec8e9d5dd37eac5266f8cd94ce946f23f436ef9 (diff)
Added hiding of empty groups
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);