From 224dae56a379aa309fca261d61e7e356b14a536f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 4 Jan 2018 20:11:38 -0800 Subject: Fix some more leaks, add a generic URL parser. --- src/core/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/transport.h') diff --git a/src/core/transport.h b/src/core/transport.h index e8a1f620..3098bd1a 100644 --- a/src/core/transport.h +++ b/src/core/transport.h @@ -13,7 +13,6 @@ // Transport implementation details. Transports must implement the // interfaces in this file. - struct nni_tran { // tran_version is the version of the transport ops that this // transport implements. We only bother to version the main @@ -164,6 +163,7 @@ struct nni_tran_pipe { }; // 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 -- cgit v1.2.3-70-g09d2