#ifndef foominecctlhfoo #define foominecctlhfoo struct cfg { /* command line arguments */ const char *cfgdir; char *rcon_password; char *rcon_addrstr; char *mc_addrstr; char *cmdstr; bool force_stop; /* bookkeeping */ bool (*cmd)(struct cfg *cfg); struct list_head servers; }; #endif