mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 20:16:21 +00:00
Use varargs in win_println_indent
This commit is contained in:
@@ -530,7 +530,7 @@ void win_show_occupant(ProfWin *window, Occupant *occupant) {}
|
||||
void win_show_occupant_info(ProfWin *window, const char * const room, Occupant *occupant) {}
|
||||
void win_show_contact(ProfWin *window, PContact contact) {}
|
||||
void win_show_info(ProfWin *window, PContact contact) {}
|
||||
void win_println_indent(ProfWin *window, int pad, const char * const message) {}
|
||||
void win_println_indent(ProfWin *window, int pad, const char * const message, ...) {}
|
||||
void win_clear(ProfWin *window) {}
|
||||
char* win_to_string(ProfWin *window)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user