diff options
Diffstat (limited to '')
-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 ce6396a96..6c36b019e 100644 --- a/src/notify.h +++ b/src/notify.h @@ -38,7 +38,7 @@ typedef struct _Notify { int fds[2]; } Notify; -int initNotify(Notify *notify); +void initNotify(Notify *notify); int waitNotify(Notify *notify); |