summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uring.h b/uring.h
index cd13cd4..ff6bfb9 100644
--- a/uring.h
+++ b/uring.h
@@ -44,6 +44,6 @@ void uring_refdump(struct uring_ev *uev);
void uring_init(struct cfg *cfg);
-int uring_event_loop(struct cfg *cfg);
+void uring_event_loop(struct cfg *cfg);
#endif