diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-30 12:57:14 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-30 12:57:14 +0000 |
commit | 0d3e6bceeeec4ebf007e02374f799cd1fb21f20c (patch) | |
tree | 59bc75bd528f41cb458260d54f777f18300b9c85 /nest/protocol.h | |
parent | 10b5baaef32076369b06b4318cc61e6fa11e5493 (diff) |
`show interfaces' and `show protocols' works.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index d9b5b17f..2a21c119 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; |