| 315 | } |
| 316 | |
| 317 | static void update_admin_cmd_flags(const char *cmd, OverrideType type, FlagBits bits, bool remove) |
| 318 | { |
| 319 | g_ConCmds.UpdateAdminCmdFlags(cmd, type, bits, remove); |
| 320 | } |
| 321 | |
| 322 | static bool look_for_cmd_admin_flags(const char *cmd, FlagBits *pFlags) |
| 323 | { |
nothing calls this directly
no test coverage detected