From f79eb9473fbee6207b3e992aa884b8913d7cdc46 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 6 Feb 2020 19:12:55 -0800 Subject: fixes #1189 Extract and deprecate polyamorous mode --- include/nng/protocol/pair1/pair.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/nng/protocol/pair1/pair.h b/include/nng/protocol/pair1/pair.h index b89f3105..c48b2021 100644 --- a/include/nng/protocol/pair1/pair.h +++ b/include/nng/protocol/pair1/pair.h @@ -1,5 +1,5 @@ // -// Copyright 2018 Staysail Systems, Inc. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -17,6 +17,7 @@ extern "C" { NNG_DECL int nng_pair1_open(nng_socket *); NNG_DECL int nng_pair1_open_raw(nng_socket *); +NNG_DECL int nng_pair1_open_poly(nng_socket *); #ifndef nng_pair_open #define nng_pair_open nng_pair1_open -- cgit v1.2.3-70-g09d2