aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index 9e7109de..71e07a9f 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -63,4 +63,7 @@ extern void nni_pipe_bump_error(nni_pipe *, int);
extern char *nni_pipe_peer_addr(nni_pipe *p, char buf[NNG_MAXADDRSTRLEN]);
+extern int nni_pipe_alloc_dialer(void **, nni_dialer *);
+extern int nni_pipe_alloc_listener(void **, nni_listener *);
+
#endif // CORE_PIPE_H