From 6baef17ecf1ed994cfc8038bc610e8b7ff88506a Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 14 Jul 2009 14:18:54 +0200 Subject: Fixes bug in CLI TX buffer management. --- nest/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/cli.h') 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 -- cgit v1.2.3