about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index cc0b11f9..beffcdb6 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -56,6 +56,7 @@ struct prof_win {
     WINDOW *win;
     int y_pos;
     int paged;
+    int unread;
 };
 
 // gui startup and shutdown, resize
@@ -97,6 +98,7 @@ void win_contact_offline(const char * const from, const char * const show,
 void win_disconnected(void);
 void win_show(const char * const msg);
 void win_bad_show(const char * const msg);
+gint win_get_unread(void);
 
 // console window actions
 void cons_help(void);