diff options
Diffstat (limited to 'nest/cli.h')
-rw-r--r-- | nest/cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |