summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-28 19:25:20 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-28 19:25:20 +0200
commit8f29a4d23dd13a80aa26951b17e2a71f4e651cb1 (patch)
treed09dee2d148e781d31ffd7e95581bf155a9f050f /minecctl/rcon-commands.h
parent105ad577b367cfda224f0cbcf9f7e688615437e0 (diff)
Introduce the possibility of specifying serveral commands in one go
Diffstat (limited to 'minecctl/rcon-commands.h')
-rw-r--r--minecctl/rcon-commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/rcon-commands.h b/minecctl/rcon-commands.h
index 1714dd5..c77e6fe 100644
--- a/minecctl/rcon-commands.h
+++ b/minecctl/rcon-commands.h
@@ -13,6 +13,6 @@ bool do_rcon_pcount(struct cfg *cfg, unsigned *online, unsigned *max);
bool do_console(struct cfg *cfg);
-bool do_command(struct cfg *cfg);
+bool do_commands(struct cfg *cfg);
#endif