summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-10-10 01:01:58 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-10-10 01:41:08 +0200
commit9b7fdfc84a516ede415cd1941e5ff1d6312e83ff (patch)
treee0795bd5512094ce7482367657aeb2d274228242 /nest
parent1cb97af419ee5bff45049f4d3a85acadbb5b1cb9 (diff)
downloadbird-9b7fdfc84a516ede415cd1941e5ff1d6312e83ff.tar
bird-9b7fdfc84a516ede415cd1941e5ff1d6312e83ff.zip
Fixes for include.
Diffstat (limited to 'nest')
-rw-r--r--nest/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/cli.c b/nest/cli.c
index c83a54f..f9cc0f4 100644
--- a/nest/cli.c
+++ b/nest/cli.c
@@ -224,7 +224,7 @@ static int cli_rh_trick_flag;
struct cli *this_cli;
static int
-cli_cmd_read_hook(byte *buf, unsigned int max)
+cli_cmd_read_hook(byte *buf, unsigned int max, UNUSED int fd)
{
if (!cli_rh_trick_flag)
{