summaryrefslogtreecommitdiffstats
path: root/nest/cli.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-07-14 14:18:54 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-07-14 14:18:54 +0200
commit6baef17ecf1ed994cfc8038bc610e8b7ff88506a (patch)
tree60f9b74e148cf87cd014ffd6c3f885f7d6c2b185 /nest/cli.h
parent70670bf317a612a1700ffbd0dbc8d92614e0caf2 (diff)
downloadbird-6baef17ecf1ed994cfc8038bc610e8b7ff88506a.tar
bird-6baef17ecf1ed994cfc8038bc610e8b7ff88506a.zip
Fixes bug in CLI TX buffer management.
Diffstat (limited to 'nest/cli.h')
-rw-r--r--nest/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/cli.h b/nest/cli.h
index 2e76db7..f816ef1 100644
--- a/nest/cli.h
+++ b/nest/cli.h
@@ -62,7 +62,7 @@ void cli_echo(unsigned int class, byte *msg);
/* Functions provided by sysdep layer */
-int cli_write(cli *);
+void cli_write_trigger(cli *);
int cli_get_command(cli *);
#endif