diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2017-06-03 12:01:04 +0300 |
---|---|---|
committer | Simmo Saan <simmo.saan@gmail.com> | 2017-06-03 15:56:26 +0300 |
commit | ec13a66af3f766e4f559d884f34e8cbbee26df3f (patch) | |
tree | 5f6ec83825ff3227534f7aa4c4430526b51a7c46 /src | |
parent | 824e6603cc0ec775215c95090e220e740c64cd40 (diff) | |
download | weechat-ec13a66af3f766e4f559d884f34e8cbbee26df3f.zip |
core: fix fifo_fd_cb declared without arguments
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/fifo/fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); /* |