diff options
Diffstat (limited to 'src/reactor.h')
| -rw-r--r-- | src/reactor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reactor.h b/src/reactor.h index 7e028e8..01e2443 100644 --- a/src/reactor.h +++ b/src/reactor.h @@ -17,3 +17,4 @@ void reactor_update(struct reactor *reactor); bool reactor_poll_event(struct reactor *reactor, uint32_t ev_id); uint32_t reactor_register_interest(struct reactor *reactor, int fd, enum interest interest); +void reactor_unregister_interest(struct reactor *reactor, uint32_t ev_id); |
