diff options
Diffstat (limited to 'repair.h')
-rw-r--r-- | repair.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ void repair_sock_init(const struct ctx *c); void repair_listen_handler(struct ctx *c, uint32_t events); void repair_handler(struct ctx *c, uint32_t events); void repair_close(struct ctx *c); +void repair_wait(struct ctx *c); int repair_flush(struct ctx *c); int repair_set(struct ctx *c, int s, int cmd); |