mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
cli_msg() moved to cli.h, so that it can be used outside the parser.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user