summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'group.h')
-rw-r--r--group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/group.h b/group.h
index 38a33f8..e29107c 100644
--- a/group.h
+++ b/group.h
@@ -27,6 +27,8 @@ ENTRY *get_ghead(GROUP *g);
int get_ecount(GROUP *g);
+void set_ecount(GROUP *g, int new_count);
+
int get_gcount();
void group_debug();