From 7985c945cf11c50559daa8bdb03f9a023deb2da3 Mon Sep 17 00:00:00 2001 From: louie Date: Fri, 26 Jun 2020 17:26:04 -0700 Subject: Basic ability to launch entries --- group.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'group.h') 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); -- cgit