summaryrefslogtreecommitdiff
path: root/src/include/group.h
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-08-14 16:51:06 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-08-14 16:51:06 -0400
commit9adae33d5ffa4a72771266ba127f9ccc9b4b5221 (patch)
tree57afdba3020cf3f7083b432b3524c16d98c2b882 /src/include/group.h
parent243853cd1692c56cae8642dd6bb35c3c75ff54f7 (diff)
Working support for setting launcher flags
Diffstat (limited to 'src/include/group.h')
-rw-r--r--src/include/group.h2
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);