diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-03-19 21:28:35 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-03-19 21:28:35 -0700 |
| commit | ce40ef41046158658939ca6bc476aac4ecae950a (patch) | |
| tree | 45cd097e1026aa7a5bdcc5b0465db98a2ddd1aff /src/core/endpt.h | |
| parent | 6fa1e01e750ea09292b21318c3fba33df40eaac0 (diff) | |
| download | nng-ce40ef41046158658939ca6bc476aac4ecae950a.tar.gz nng-ce40ef41046158658939ca6bc476aac4ecae950a.tar.bz2 nng-ce40ef41046158658939ca6bc476aac4ecae950a.zip | |
More cleanups. Delete unused call, isolate ep list creation.
Diffstat (limited to 'src/core/endpt.h')
| -rw-r--r-- | src/core/endpt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h index 3a30f73e..2b685590 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -49,5 +49,6 @@ 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); +extern void nni_ep_list_init(nni_list *); #endif // CORE_ENDPT_H |
