about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-10-07 00:51:00 +0100
committerJames Booth <boothj5@gmail.com>2013-10-07 00:51:00 +0100
commitacf1afe02538d51b7b613b75334c824e2d314cf4 (patch)
tree06564a2f2709cfc23747bbd77942d3dcb7b3a1be /src/ui/ui.h
parent383d91ec36b7b4afad79dffe2049dabbe2ec93fa (diff)
downloadprofani-tty-acf1afe02538d51b7b613b75334c824e2d314cf4.tar.gz
Moved idle chat state handling out of ui module
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 7fff0703..9c1cba52 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -48,7 +48,7 @@ void ui_refresh(void);
 void ui_close(void);
 void ui_resize(const int ch, const char * const input,
     const int size);
-void ui_idle(void);
+GSList* ui_get_recipients(void);
 void ui_handle_special_keys(const wint_t * const ch, const char * const inp,
     const int size);
 void ui_switch_win(const int i);