summaryrefslogtreecommitdiff
path: root/minecctl/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/server.h')
-rw-r--r--minecctl/server.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/minecctl/server.h b/minecctl/server.h
index 89ee44c..a0c0a76 100644
--- a/minecctl/server.h
+++ b/minecctl/server.h
@@ -3,13 +3,12 @@
#include <stdbool.h>
+#include "config-parser.h"
+
struct server {
bool file_read;
char *name;
- char *filename;
- char *rcon_password;
- struct list_head rcon_addrs;
- struct list_head mc_addrs;
+ struct server_config scfg;
struct list_head list;
};