diff options
Diffstat (limited to 'sysdep/unix/client-main.c')
-rw-r--r-- | sysdep/unix/client-main.c | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |