about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-03-08 23:03:26 +0000
committerJames Booth <boothj5@gmail.com>2012-03-08 23:03:26 +0000
commitcfc230780827adb9c0a98031468a32d2e5f2a060 (patch)
tree00593341f4157864eaad4fa2bb9dc5d772e92e23 /windows.h
parent7a9d127ae23321f970a4d994ea687b79f970ef62 (diff)
downloadprofani-tty-cfc230780827adb9c0a98031468a32d2e5f2a060.tar.gz
Contact list synch with server
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 377d6092..8bc21bb6 100644
--- a/windows.h
+++ b/windows.h
@@ -24,6 +24,7 @@
 #define WINDOWS_h
 
 #include <ncurses.h>
+#include "contact_list.h"
 
 struct prof_win {
     char from[100];
@@ -60,6 +61,7 @@ void win_handle_page(int *ch);
 void win_page_off(void);
 void win_contact_online(char *from, char *show, char *status);
 void win_contact_offline(char *from, char *show, char *status);
+void cons_show_online_contacts(struct contact_list *list);
 
 // console window actions
 void cons_help(void);