diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 55246388..08d7893e 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -46,7 +46,7 @@ extern void nni_pipe_decref(nni_pipe *); // Used only by the socket core - as we don't wish to expose the details // of the pipe structure outside of pipe.c. -extern int nni_pipe_create(nni_pipe **, nni_ep *); +extern int nni_pipe_create(nni_pipe **, nni_ep *, nni_sock *, nni_tran *); extern void nni_pipe_destroy(nni_pipe *); |
