about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-15 00:42:40 +0000
committerJames Booth <boothj5@gmail.com>2015-01-15 00:42:40 +0000
commit0007e3569e446429e09ec5bffd645512b62d0db8 (patch)
tree8c06d3a1f0b68e2b98a6cbdb7bb07fd12108a399 /src/ui/ui.h
parenta1bbe07b4b4bf7f6a8e3800f128333cef8b0b759 (diff)
downloadprofani-tty-0007e3569e446429e09ec5bffd645512b62d0db8.tar.gz
Moved remimder notification code out of main loop
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 8c9690d6..1e78ce40 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -329,6 +329,7 @@ void rosterwin_roster(void);
 void occupantswin_occupants(const char * const room);
 
 // desktop notifier actions
+void notifier_initialise(void);
 void notifier_uninit(void);
 
 void notify_typing(const char * const handle);