summaryrefslogtreecommitdiff
path: root/minecctl/minecctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl.h')
-rw-r--r--minecctl/minecctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/minecctl/minecctl.h b/minecctl/minecctl.h
index 17dc9c6..405a217 100644
--- a/minecctl/minecctl.h
+++ b/minecctl/minecctl.h
@@ -9,9 +9,9 @@ struct server {
struct cfg {
char *password;
- const char *cfgdir;
- const char *addrstr;
- const char *mcaddrstr;
+ char *cfgdir;
+ char *addrstr;
+ char *mcaddrstr;
char *cmdstr;
struct server *server;
void (*cmd)(struct cfg *cfg);