about summary refs log tree commit diff stats
path: root/src/ui/notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/notifier.h')
-rw-r--r--src/ui/notifier.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/notifier.h b/src/ui/notifier.h
index 0995e8ba..9db789e8 100644
--- a/src/ui/notifier.h
+++ b/src/ui/notifier.h
@@ -24,7 +24,9 @@ void notifier_init(void);
 void notifier_uninit(void);
 
 void notify_typing(const char * const handle);
-void notify_message(const char * const handle);
+void notify_message(const char * const handle, int win);
+void notify_room_message(const char * const handle, const char * const room,
+    int win);
 void notify_remind(void);
 void notify_invite(const char * const from, const char * const room,
     const char * const reason);