From 0d3e6bceeeec4ebf007e02374f799cd1fb21f20c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 30 Nov 1999 12:57:14 +0000 Subject: `show interfaces' and `show protocols' works. --- nest/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index d9b5b17..2a21c11 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -144,7 +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 *); +void proto_show(struct symbol *, int); extern list proto_list; -- cgit v1.2.3