1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixes bug in CLI TX buffer management.

This commit is contained in:
Ondrej Zajicek
2009-07-14 14:18:54 +02:00
parent 70670bf317
commit 6baef17ecf
3 changed files with 55 additions and 30 deletions

View File

@@ -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