summaryrefslogtreecommitdiff
path: root/src/dged/reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/reactor.h')
-rw-r--r--src/dged/reactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dged/reactor.h b/src/dged/reactor.h
index 39a94a9..82ff3fe 100644
--- a/src/dged/reactor.h
+++ b/src/dged/reactor.h
@@ -18,7 +18,7 @@ struct file_event {
struct reactor;
-struct reactor *reactor_create();
+struct reactor *reactor_create(void);
void reactor_destroy(struct reactor *reactor);
void reactor_update(struct reactor *reactor);
bool reactor_poll_event(struct reactor *reactor, uint32_t ev_id);