about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-29 23:54:48 +0000
committerJames Booth <boothj5@gmail.com>2012-02-29 23:54:48 +0000
commitdfa7c69da636889fe6130b5c1ef2d825eab1d9f9 (patch)
treed63ebb163c9de95b91f8d815aa3e7a3f76984fbb /windows.h
parent5aba98c6aaae6025699afbe8421bd532e675d5c4 (diff)
downloadprofani-tty-dfa7c69da636889fe6130b5c1ef2d825eab1d9f9.tar.gz
Simplified online/offline notifications
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/windows.h b/windows.h
index d68b238c..a2c8985c 100644
--- a/windows.h
+++ b/windows.h
@@ -54,8 +54,8 @@ char *win_get_recipient(void);
 void win_show_incomming_msg(char *from, char *message);
 void win_show_outgoing_msg(char *from, char *to, char *message);
 void win_handle_switch(int *ch);
-void win_show_contact_online(char *from, char *show, char *status);
-void win_show_contact_offline(char *from, char *show, char *status);
+void win_contact_online(char *from, char *show, char *status);
+void win_contact_offline(char *from, char *show, char *status);
 
 // console window actions
 void cons_help(void);
@@ -68,8 +68,6 @@ void cons_show(char *cmd);
 void cons_good_show(char *cmd);
 void cons_bad_show(char *cmd);
 void cons_highlight_show(char *cmd);
-void cons_show_contact_online(char *from, char *show, char *status);
-void cons_show_contact_offline(char *from, char *show, char *status);
 
 // status bar actions
 void status_bar_refresh(void);