From 1c85b0c98c3a8a55665abfdd8517baf7791531da Mon Sep 17 00:00:00 2001 From: louie Date: Tue, 4 Aug 2020 10:07:20 -0700 Subject: Added hide option for read_cfg --- group.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'group.h') 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(); -- cgit