summaryrefslogtreecommitdiff
path: root/util/tube.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/tube.c')
-rw-r--r--util/tube.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/tube.c b/util/tube.c
index e525f1ccd8aaa..f42d22cb3f200 100644
--- a/util/tube.c
+++ b/util/tube.c
@@ -426,7 +426,7 @@ int tube_read_fd(struct tube* tube)
}
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
- tube_callback_t* cb, void* arg)
+ tube_callback_type* cb, void* arg)
{
tube->listen_cb = cb;
tube->listen_arg = arg;
@@ -667,7 +667,7 @@ tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
}
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
- tube_callback_t* cb, void* arg)
+ tube_callback_type* cb, void* arg)
{
tube->listen_cb = cb;
tube->listen_arg = arg;