Remove args from win_print_with_receipt

This commit is contained in:
James Booth
2016-10-11 23:47:13 +01:00
parent af42bc4434
commit 7b31af3060
3 changed files with 9 additions and 15 deletions

View File

@@ -64,8 +64,8 @@ void win_print_incoming_message(ProfWin *window, GDateTime *timestamp,
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_print_with_receipt(ProfWin *window, const char show_char, const char *const from, const char *const message,
char *id);
void win_newline(ProfWin *window);
void win_redraw(ProfWin *window);