diff options
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index 9208e497..4d10874c 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -76,5 +76,6 @@ void win_show_status_string(ProfWin *window, const char * const from, const char * const default_show); void win_print_incoming_message(ProfWin *window, GTimeVal *tv_stamp, const char * const from, const char * const message); +void win_show_info(ProfWin *window, PContact contact); #endif |