mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 14:16:21 +00:00
Tidied cons_show_help
This commit is contained in:
@@ -230,8 +230,7 @@ void cons_show(const char *const msg, ...);
|
||||
void cons_show_padded(int pad, const char *const msg, ...);
|
||||
void cons_about(void);
|
||||
void cons_help(void);
|
||||
void cons_show_help(Command *command);
|
||||
void cons_show_plugin_help(const char *const cmd, CommandHelp *help);
|
||||
void cons_show_help(const char *const cmd, CommandHelp *help);
|
||||
void cons_bad_cmd_usage(const char *const cmd);
|
||||
void cons_navigation_help(void);
|
||||
void cons_prefs(void);
|
||||
|
||||
Reference in New Issue
Block a user