diff options
Diffstat (limited to 'group.h')
-rw-r--r-- | group.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |