diff options
Diffstat (limited to 'src/notify.h')
-rw-r--r-- | src/notify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.h b/src/notify.h index a246f663a..0f3b4c1bc 100644 --- a/src/notify.h +++ b/src/notify.h @@ -27,7 +27,7 @@ typedef struct notify { int pending; } Notify; -int notify_init(struct notify *notify); +void notify_init(struct notify *notify); /** * The thread which shall be notified by this object must call this |