about summary refs log tree commit diff stats
path: root/src/ui/notifier.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-27 23:46:49 +0100
committerJames Booth <boothj5@gmail.com>2013-04-27 23:46:49 +0100
commit441422ddc8db540c4b3b058d3cc584246cd4f198 (patch)
tree4b2327545f5e3c52ede894eb86fd4140995941de /src/ui/notifier.h
parent04c6f2d7b0b29cff753eb08b33bb81ce2d27a60b (diff)
downloadprofani-tty-441422ddc8db540c4b3b058d3cc584246cd4f198.tar.gz
Added desktop notification option for subscription requests
closes #166
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 8565f771..a8c2250f 100644
--- a/src/ui/notifier.h
+++ b/src/ui/notifier.h
@@ -28,3 +28,4 @@ void notify_message(const char * const short_from);
 void notify_remind(void);
 void notify_invite(const char * const from, const char * const room,
     const char * const reason);
+void notify_subscription(const char * const from);