diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-14 14:18:54 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-14 14:18:54 +0200 |
commit | 6baef17ecf1ed994cfc8038bc610e8b7ff88506a (patch) | |
tree | 60f9b74e148cf87cd014ffd6c3f885f7d6c2b185 /nest/cli.h | |
parent | 70670bf317a612a1700ffbd0dbc8d92614e0caf2 (diff) | |
download | bird-6baef17ecf1ed994cfc8038bc610e8b7ff88506a.tar bird-6baef17ecf1ed994cfc8038bc610e8b7ff88506a.zip |
Fixes bug in CLI TX buffer management.
Diffstat (limited to 'nest/cli.h')
-rw-r--r-- | nest/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |