summaryrefslogtreecommitdiffstats
path: root/nest/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cli.h')
-rw-r--r--nest/cli.h1
1 files changed, 1 insertions, 0 deletions
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 */