/* SPDX-License-Identifier: GPL-2.0 */ #ifndef foorconcommandshfoo #define foorconcommandshfoo bool do_info(struct cfg *cfg); bool do_stop(struct cfg *cfg); bool do_stop_all(struct cfg *cfg); bool do_rcon_pcount(struct cfg *cfg, struct server *server, unsigned *online, unsigned *max, const char **error); bool do_console(struct cfg *cfg); bool do_commands(struct cfg *cfg); #endif