mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 15:46:21 +00:00
Add win_print_http_upload
This commit is contained in:
@@ -61,8 +61,12 @@ void win_show_status_string(ProfWin *window, const char *const from,
|
||||
const char *const default_show);
|
||||
void win_print_incoming_message(ProfWin *window, GDateTime *timestamp,
|
||||
const char *const from, const char *const message, prof_enc_t enc_mode);
|
||||
|
||||
void win_print_http_upload(ProfWin *window, const char *const message, char *url);
|
||||
|
||||
void win_print_with_receipt(ProfWin *window, const char show_char, int pad_indent, GTimeVal *tstamp, int flags,
|
||||
theme_item_t theme_item, const char *const from, const char *const message, char *id);
|
||||
|
||||
void win_newline(ProfWin *window);
|
||||
void win_redraw(ProfWin *window);
|
||||
int win_roster_cols(void);
|
||||
|
||||
Reference in New Issue
Block a user