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. --- conf/confbase.Y | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf') diff --git a/conf/confbase.Y b/conf/confbase.Y index bc8f535..02a86e9 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -19,8 +19,6 @@ CF_HDR #include "nest/cli.h" #include "filter/filter.h" -#define cli_msg(x...) cli_printf(this_cli, x) - CF_DECLS %union { -- cgit v1.2.3