aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.c b/src/nng.c
index ad9ae0f6..a98ddda9 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -2135,7 +2135,7 @@ nng_random(void)
return (nni_random());
}
-int
+nng_err
nng_socket_pair(int fds[2])
{
return (nni_socket_pair(fds));