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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/notifier.h b/src/ui/notifier.h
index a12dfa54..60b2e337 100644
--- a/src/ui/notifier.h
+++ b/src/ui/notifier.h
@@ -26,3 +26,4 @@ void notifier_uninit(void);
 void notify_typing(const char * const from);
 void notify_message(const char * const short_from);
 void notify_remind(void);
+void notify_invite(const char * const from, const char * const room);