From ec13a66af3f766e4f559d884f34e8cbbee26df3f Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Sat, 3 Jun 2017 12:01:04 +0300 Subject: [PATCH] core: fix fifo_fd_cb declared without arguments --- src/plugins/fifo/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index 558b4e0c2..44c0eeac8 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -54,7 +54,7 @@ char *fifo_filename = NULL; char *fifo_unterminated = NULL; -int fifo_fd_cb (); +int fifo_fd_cb (const void *pointer, void *data, int fd); /*