diff options
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c index 3430176f..32e0b3be 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -18,6 +18,7 @@ #include "conf/conf.h" #include "nest/route.h" #include "nest/iface.h" +#include "nest/cli.h" #include "filter/filter.h" static pool *proto_pool; @@ -420,3 +421,11 @@ proto_flush_all(void *unused) } return 0; } + +void +proto_show(struct symbol *s) +{ + cli_msg(-1002, ""); + cli_msg(-2002, ""); + cli_msg(0, ""); +} |