diff options
Diffstat (limited to 'src/notify.h')
-rw-r--r-- | src/notify.h | 5 |
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 |