diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-14 16:32:54 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-14 16:32:54 -0400 |
commit | 243853cd1692c56cae8642dd6bb35c3c75ff54f7 (patch) | |
tree | f65f7d49e022168db9b2f3d5c5272f869e6ace4a /src/include | |
parent | f00cf908fdcdff676e95e563b2a93e2d4af05bc7 (diff) |
Working support for setting launcher
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/group.h b/src/include/group.h index 89a8422..751b629 100644 --- a/src/include/group.h +++ b/src/include/group.h @@ -13,7 +13,7 @@ char *get_gname(GROUP *g); char *get_gprog(GROUP *g); -void set_gprog(GROUP *g, char *p); +void set_gprog(GROUP *g, const char *p); char *get_gflags(GROUP *g); |