summaryrefslogtreecommitdiff
path: root/uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'uring.h')
-rw-r--r--uring.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/uring.h b/uring.h
index 1ceb282..11fd656 100644
--- a/uring.h
+++ b/uring.h
@@ -21,8 +21,7 @@ void uring_task_init(struct uring_task *task, const char *name,
struct uring_task *parent,
void (*free)(struct uring_task *));
-void uring_close(struct cfg *cfg, struct uring_task *task, int fd,
- callback_t callback);
+void uring_close(struct cfg *cfg, struct uring_task *task, int fd);
void uring_tbuf_write(struct cfg *cfg, struct uring_task *task, callback_t callback);