about summary refs log tree commit diff stats
path: root/src/window_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-25 22:08:33 +0000
committerJames Booth <boothj5@gmail.com>2015-11-25 22:33:26 +0000
commitd3389db2336544b6f611ef03d7eb390ab4f7d295 (patch)
tree23c13c4c31663a912f756ee39c87cef817b809a4 /src/window_list.h
parent20e63e364b45894d481a35e019602183255e3496 (diff)
downloadprofani-tty-d3389db2336544b6f611ef03d7eb390ab4f7d295.tar.gz
Only show reminder notifications when notifications are enabled
Diffstat (limited to 'src/window_list.h')
-rw-r--r--src/window_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_list.h b/src/window_list.h
index 4b7dca8c..4cf4e5f8 100644
--- a/src/window_list.h
+++ b/src/window_list.h
@@ -67,6 +67,7 @@ int wins_get_current_num(void);
 void wins_close_current(void);
 void wins_close_by_num(int i);
 gboolean wins_is_current(ProfWin *window);
+gboolean wins_get_notify(void);
 int wins_get_total_unread(void);
 void wins_resize_all(void);
 GSList* wins_get_chat_recipients(void);