diff options
Diffstat (limited to 'src/notify.h')
-rw-r--r-- | src/notify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notify.h b/src/notify.h index 0f3b4c1bc..e727a0a34 100644 --- a/src/notify.h +++ b/src/notify.h @@ -29,6 +29,8 @@ typedef struct notify { void notify_init(struct notify *notify); +void notify_deinit(struct notify *notify); + /** * The thread which shall be notified by this object must call this * function before any notify_wait() invocation. It locks the mutex. |