summaryrefslogtreecommitdiff
path: root/minecctl/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/server.h')
-rw-r--r--minecctl/server.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/minecctl/server.h b/minecctl/server.h
index 368c1db..ccccf06 100644
--- a/minecctl/server.h
+++ b/minecctl/server.h
@@ -13,13 +13,13 @@ struct server {
struct list_head list;
};
-void read_server_config(struct cfg *cfg, struct server *server);
+void server_read_config(struct cfg *cfg, struct server *server);
-struct server *get_default_server(struct cfg *cfg);
+struct server *server_get_default(struct cfg *cfg);
-bool set_default_server(struct cfg *cfg, const char *name);
+bool server_set_default(struct cfg *cfg, const char *name);
-void get_servers(struct cfg *cfg);
+void server_load_known(struct cfg *cfg);
void server_free(struct server *server);