From d6f1bd7b60fc94488dc6a0493a6ec17346a03b2d Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 13:20:15 +0100 Subject: Compile all daemons, except vtysh, clean but with warnings. Now compiles with all daemons enabled. Split command.h to separate out the functions whish are only used durring command execution -- that is, those used in vty.c and family and in vtysh. --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index f67d0f8b..6fe54d13 100644 --- a/lib/command.c +++ b/lib/command.c @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #include "uty.h" #include "qstring.h" #include "command.h" -//#include "lib/route_types.h" +#include "command_execute.h" #include "workqueue.h" #include "command_queue.h" -- cgit v1.2.3