core: fix fifo_fd_cb declared without arguments

This commit is contained in:
Simmo Saan 2017-06-03 12:01:04 +03:00
parent 824e6603cc
commit ec13a66af3

View File

@ -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);
/*