about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-28 01:10:46 +0000
committerJames Booth <boothj5@gmail.com>2012-02-28 01:10:46 +0000
commit509888c419cf0abb03df83277ebf7085e0427a0d (patch)
treeeb7c53fd25696b0801cbb10fbdcaabe969b5b090 /windows.h
parentc447e050811f41af28c60683e2fef674c8184bda (diff)
downloadprofani-tty-509888c419cf0abb03df83277ebf7085e0427a0d.tar.gz
Presence notifications sent to chat windows
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 010f8003..d68b238c 100644
--- a/windows.h
+++ b/windows.h
@@ -54,6 +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);
 
 // console window actions
 void cons_help(void);