aboutsummaryrefslogtreecommitdiff
path: root/src/core/endpt.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-06-22 13:19:33 -0700
committerGarrett D'Amore <garrett@damore.org>2017-06-22 13:19:33 -0700
commitc45eb380c6a84080fe457eabb1235166020a7a4f (patch)
tree52dfdc49bb20b2df7a8c8f4de376e4309c6ae8bc /src/core/endpt.h
parent82973b2d8063656679f424469631041232762deb (diff)
downloadnng-c45eb380c6a84080fe457eabb1235166020a7a4f.tar.gz
nng-c45eb380c6a84080fe457eabb1235166020a7a4f.tar.bz2
nng-c45eb380c6a84080fe457eabb1235166020a7a4f.zip
Simplify endpoint pipe startup. Fix lost pipe on closed ep.
Diffstat (limited to 'src/core/endpt.h')
-rw-r--r--src/core/endpt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index 2f2a5067..3bc79fde 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -47,7 +47,6 @@ extern void nni_ep_hold(nni_ep *);
extern void nni_ep_rele(nni_ep *);
extern uint32_t nni_ep_id(nni_ep *);
extern int nni_ep_create(nni_ep **, nni_sock *, const char *);
-extern int nni_ep_accept(nni_ep *, nni_pipe **);
extern void nni_ep_close(nni_ep *);
extern int nni_ep_dial(nni_ep *, int);
extern int nni_ep_listen(nni_ep *, int);