From 34350a52700955d50895058d01b5407aea970e9b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 6 Dec 1999 12:34:45 +0000 Subject: Implemented echoing of log messages to CLI connections. Just try `echo all'. --- sysdep/unix/client-main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdep/unix/client-main.c') diff --git a/sysdep/unix/client-main.c b/sysdep/unix/client-main.c index 01a7986..4fc2433 100644 --- a/sysdep/unix/client-main.c +++ b/sysdep/unix/client-main.c @@ -14,6 +14,7 @@ #include "nest/bird.h" #include "lib/resource.h" /* For dmalloc */ #include "client/client.h" +#include "nest/cli.h" #include "unix.h" @@ -41,6 +42,11 @@ parse_args(int argc, char **argv) usage(); } +void +cli_echo(unsigned int class, byte *buf) +{ +} + int client_main(int argc, char **argv) { -- cgit v1.2.3