about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-23 20:52:47 +0100
committerJames Booth <boothj5@gmail.com>2012-09-23 20:52:47 +0100
commit294ea2d1bedd741d4f2ea2c17036f517227a9282 (patch)
treeddb0ec3b5333abc42a1aac138fc21c2ac98af099 /src/ui.h
parentd888a378d3083eaac159c6372729a3435e4c2cf0 (diff)
downloadprofani-tty-294ea2d1bedd741d4f2ea2c17036f517227a9282.tar.gz
Now sends desktop notification periodically to remind of unread messages
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index beffcdb6..e866482b 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -98,7 +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);
+void win_remind(void);
 
 // console window actions
 void cons_help(void);