From 7b9771701e55592d9aeffaa78fe827ff73ef65ac Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 27 Jun 2020 10:31:53 -0700 Subject: Added ability to set flags in config --- group.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'group.h') diff --git a/group.h b/group.h index eaebf3f..2dc18b9 100644 --- a/group.h +++ b/group.h @@ -15,6 +15,10 @@ char *get_gprog(GROUP *g); void set_gprog(GROUP *g, char *p); +char *get_gflags(GROUP *g); + +void set_gflags(GROUP *g, char *p); + ENTRY *get_ghead(GROUP *g); int get_ecount(GROUP *g); -- cgit