aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-08-19 11:03:53 +0200
committerMax Kellermann <max@duempel.org>2010-08-19 11:03:53 +0200
commit625e4755d1c59e537dc122a540d3c21de962c3d1 (patch)
treefe379227a1888c5ffc48d0f60f747260cb397da2 /src/notify.h
parent676739c426fc4a09f2654e64e4799dfe3c88dae3 (diff)
downloadmpd-625e4755d1c59e537dc122a540d3c21de962c3d1.tar.gz
mpd-625e4755d1c59e537dc122a540d3c21de962c3d1.tar.xz
mpd-625e4755d1c59e537dc122a540d3c21de962c3d1.zip
notify: add function notify_clear()
Diffstat (limited to 'src/notify.h')
-rw-r--r--src/notify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/notify.h b/src/notify.h
index c51d34f21..0655bc6b7 100644
--- a/src/notify.h
+++ b/src/notify.h
@@ -45,4 +45,9 @@ void notify_wait(struct notify *notify);
*/
void notify_signal(struct notify *notify);
+/**
+ * Clears a pending notification.
+ */
+void notify_clear(struct notify *notify);
+
#endif