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