diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-12-09 08:09:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 08:09:09 +0100 |
commit | 7a319df6c80c472adcf416c8737e7b156854352b (patch) | |
tree | 0bf423e2541b4b5f21a747d4cd88889feadaccab /src/ui/window.h | |
parent | f023d56b02eec67ea357a85d7f8ec325f87622e3 (diff) | |
parent | d7848e38bc2d916f88e889352f337a5c617fb26d (diff) | |
download | profani-tty-7a319df6c80c472adcf416c8737e7b156854352b.tar.gz |
Merge pull request #1375 from wstrm/feature/omemo-sendfile
Send and retrieve encrypted files when using OMEMO
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index c731d19b..7ff25a87 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -72,7 +72,7 @@ void win_println_incoming_muc_msg(ProfWin* window, char* show_char, int flags, c void win_print_outgoing_muc_msg(ProfWin* window, char* show_char, const char* const me, const char* const id, const char* const replace_id, const char* const message); void win_print_history(ProfWin* window, const ProfMessage* const message); -void win_print_http_upload(ProfWin* window, const char* const message, char* url); +void win_print_http_transfer(ProfWin* window, const char* const message, char* url); void win_newline(ProfWin* window); void win_redraw(ProfWin* window); |