summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-25 16:35:30 +0100
committerMartin Mares <mj@ucw.cz>1999-11-25 16:35:30 +0100
commitae97b946e99bef043613d210489a926fe4807ec1 (patch)
tree6e8d2e4cd898dd67ef44e7bb851156039f681bbe /nest/protocol.h
parent35793769273f7286aafa0455547d1d7cfeef3931 (diff)
downloadbird-ae97b946e99bef043613d210489a926fe4807ec1.tar
bird-ae97b946e99bef043613d210489a926fe4807ec1.zip
Added few basic commands: show status, show interfaces [summary],
show protocols (incomplete).
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h2
1 files changed, 2 insertions, 0 deletions
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;