diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/stream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stream.c b/src/core/stream.c index 95bc4123..2807f37f 100644 --- a/src/core/stream.c +++ b/src/core/stream.c @@ -22,8 +22,8 @@ static struct { const char *scheme; - int (*dialer_alloc)(nng_stream_dialer **, const nng_url *); - int (*listener_alloc)(nng_stream_listener **, const nng_url *); + int (*dialer_alloc)(nng_stream_dialer **, const nng_url *); + int (*listener_alloc)(nng_stream_listener **, const nng_url *); } stream_drivers[] = { { |
