Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()

This commit is contained in:
Michael Vetter
2020-02-13 11:48:11 +01:00
parent 3a1be74e93
commit 3e901aee99
3 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ void win_print_history(ProfWin *window, GDateTime *timestamp, const char *const
void win_print_http_upload(ProfWin *window, const char *const message, char *url);
void win_print_with_receipt(ProfWin *window, const char show_char, const char *const from, const char *const message,
void win_print_outgoing_with_receipt(ProfWin *window, const char show_char, const char *const from, const char *const message,
char *id);
void win_newline(ProfWin *window);