mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 18:36:21 +00:00
cons_show now uses vargs
This commit is contained in:
2
src/ui.h
2
src/ui.h
@@ -104,7 +104,7 @@ void win_remind(void);
|
||||
void cons_help(void);
|
||||
void cons_prefs(void);
|
||||
void cons_bad_command(const char * const cmd);
|
||||
void cons_show(const char * const cmd);
|
||||
void cons_show(const char * const cmd, ...);
|
||||
void cons_bad_show(const char * const cmd);
|
||||
void cons_highlight_show(const char * const cmd);
|
||||
void cons_show_online_contacts(GSList * list);
|
||||
|
||||
Reference in New Issue
Block a user