From 35793769273f7286aafa0455547d1d7cfeef3931 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 25 Nov 1999 15:34:51 +0000 Subject: cli_msg() moved to cli.h, so that it can be used outside the parser. --- nest/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/cli.h') diff --git a/nest/cli.h b/nest/cli.h index 2d748db..3af1885 100644 --- a/nest/cli.h +++ b/nest/cli.h @@ -41,6 +41,7 @@ extern struct cli *this_cli; /* Used during parsing */ /* Functions to be called by command handlers */ void cli_printf(cli *, int, char *, ...); +#define cli_msg(x...) cli_printf(this_cli, x) /* Functions provided to sysdep layer */ -- cgit v1.2.3