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 e29107c..03db702 100644
--- a/group.h
+++ b/group.h
@@ -29,6 +29,10 @@ int get_ecount(GROUP *g);
void set_ecount(GROUP *g, int new_count);
+void set_gquotes(GROUP *g, bool b);
+
+bool get_gquotes(GROUP *g);
+
int get_gcount();
void group_debug();