about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-31 21:30:58 +0000
committerJames Booth <boothj5@gmail.com>2012-10-31 21:30:58 +0000
commitbaced85767ab1882ca0e2da6580042ec3a9c7d06 (patch)
tree1ae6cb08f825d0172928440e88926b4538e146f0 /src/ui.h
parent3c82fb28c4e19e390159cbb60563b541d88ae343 (diff)
downloadprofani-tty-baced85767ab1882ca0e2da6580042ec3a9c7d06.tar.gz
Send <gone/> when closing chat window
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 642d2ec5..46fb22bf 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -83,7 +83,7 @@ void title_bar_set_typing(gboolean is_typing);
 void title_bar_draw(void);
 
 // main window actions
-int win_close_win(void);
+void win_close_win(void);
 int win_in_chat(void);
 char *win_get_recipient(void);
 void win_show_typing(const char * const from);