From ae97b946e99bef043613d210489a926fe4807ec1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 25 Nov 1999 15:35:30 +0000 Subject: Added few basic commands: show status, show interfaces [summary], show protocols (incomplete). --- nest/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index a2c0eb9..d9b5b17 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -23,6 +23,7 @@ struct config; struct proto; struct event; struct ea_list; +struct symbol; /* * Routing Protocol @@ -143,6 +144,7 @@ struct proto { void proto_build(struct proto_config *); void *proto_new(struct proto_config *, unsigned size); void *proto_config_new(struct protocol *, unsigned size); +void proto_show(struct symbol *); extern list proto_list; -- cgit v1.2.3