summaryrefslogtreecommitdiff
path: root/src/include/group.h
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-08-14 16:32:54 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-08-14 16:32:54 -0400
commit243853cd1692c56cae8642dd6bb35c3c75ff54f7 (patch)
treef65f7d49e022168db9b2f3d5c5272f869e6ace4a /src/include/group.h
parentf00cf908fdcdff676e95e563b2a93e2d4af05bc7 (diff)
Working support for setting launcher
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 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);