mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 13:06:21 +00:00
Add win_print_history
This commit is contained in:
@@ -63,6 +63,7 @@ void win_show_status_string(ProfWin *window, const char *const from,
|
||||
void win_print_outgoing(ProfWin *window, const char ch, const char *const message, ...);
|
||||
void win_print_incoming(ProfWin *window, GDateTime *timestamp,
|
||||
const char *const from, const char *const message, prof_enc_t enc_mode);
|
||||
void win_print_history(ProfWin *window, GDateTime *timestamp, const char *const message, ...);
|
||||
|
||||
void win_print_http_upload(ProfWin *window, const char *const message, char *url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user