summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-06-26 17:26:04 -0700
committerlouie <lshprung@yahoo.com>2020-06-26 17:26:04 -0700
commit7985c945cf11c50559daa8bdb03f9a023deb2da3 (patch)
tree05551b47e2b976a84b90df1cbe1c3727ab232839 /group.h
parentf41dcb2b06bb379ff47a9f66cf509426706567f9 (diff)
Basic ability to launch entries
Diffstat (limited to 'group.h')
-rw-r--r--group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/group.h b/group.h
index 01fe54d..eaebf3f 100644
--- a/group.h
+++ b/group.h
@@ -13,6 +13,8 @@ char *get_gname(GROUP *g);
char *get_gprog(GROUP *g);
+void set_gprog(GROUP *g, char *p);
+
ENTRY *get_ghead(GROUP *g);
int get_ecount(GROUP *g);