about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-27 23:08:30 +0100
committerJames Booth <boothj5@gmail.com>2015-09-27 23:08:30 +0100
commit54e225aa5330b7a3c20bda38264e5ad0cfdfcdc5 (patch)
tree059b5e62ea42a173cad18dae4edf0cde535ed7de /src/ui/ui.h
parentfe22fea9a81d097f8b4cda60d6a63db3a5220a5a (diff)
downloadprofani-tty-54e225aa5330b7a3c20bda38264e5ad0cfdfcdc5.tar.gz
Added auto xa option, tidied autoaway code
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index fd3caf70..3aae7643 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -225,8 +225,7 @@ void ui_subwin_page_up(void);
 void ui_subwin_page_down(void);
 void ui_clear_win(ProfWin *window);
 
-void ui_auto_away(void);
-void ui_end_auto_away(resource_presence_t presence);
+void ui_auto_away(char *message, gint time, resource_presence_t res_presence);
 void ui_titlebar_presence(contact_presence_t presence);
 void ui_handle_login_account_success(ProfAccount *account);
 void ui_update_presence(const resource_presence_t resource_presence,