diff options
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 0962ccf..3e53c86 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -151,6 +151,7 @@ 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 *, int); +struct proto *proto_get_named(struct symbol *, struct protocol *); extern list proto_list; |