summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-23 18:20:46 -0800
committerlouie <lshprung@yahoo.com>2020-12-23 18:20:46 -0800
commitf9227cef5bcbe9f3a3fe3487ed1cc358cff37932 (patch)
tree5a009fd6587f075c5a48a9b8c665347ed151507e /group.h
parentfa8e3992ef7060168770ccccabdfe3b2982ea700 (diff)
Fixed Windows configuration auto-generation, added new setLauncherRaw option
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();