diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-14 16:51:06 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-14 16:51:06 -0400 |
commit | 9adae33d5ffa4a72771266ba127f9ccc9b4b5221 (patch) | |
tree | 57afdba3020cf3f7083b432b3524c16d98c2b882 /src/include | |
parent | 243853cd1692c56cae8642dd6bb35c3c75ff54f7 (diff) |
Working support for setting launcher flags
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 751b629..bad33a5 100644 --- a/src/include/group.h +++ b/src/include/group.h @@ -17,7 +17,7 @@ void set_gprog(GROUP *g, const char *p); char *get_gflags(GROUP *g); -void set_gflags(GROUP *g, char *p); +void set_gflags(GROUP *g, const char *p); ENTRY **get_gentries(GROUP *g); |