diff options
Diffstat (limited to 'src/core/transport.h')
| -rw-r--r-- | src/core/transport.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/transport.h b/src/core/transport.h index 3098bd1a..9a6dc31d 100644 --- a/src/core/transport.h +++ b/src/core/transport.h @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> -// Copyright 2017 Capitar IT Group BV <info@capitar.com> +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -162,10 +162,6 @@ struct nni_tran_pipe { nni_tran_pipe_option *p_options; }; -// Utility for transports. - -extern int nni_tran_parse_host_port(const char *, char **, char **); - // These APIs are used by the framework internally, and not for use by // transport implementations. extern nni_tran *nni_tran_find(const char *); |
