diff options
Diffstat (limited to 'src/core/protocol.c')
| -rw-r--r-- | src/core/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/protocol.c b/src/core/protocol.c index 072cc301..27430771 100644 --- a/src/core/protocol.c +++ b/src/core/protocol.c @@ -68,6 +68,7 @@ nni_proto_number(const char *name) return (NNG_PROTO_NONE); } + uint16_t nni_proto_peer(uint16_t num) { @@ -78,4 +79,3 @@ nni_proto_peer(uint16_t num) } return (p->proto_peer); } - |
