aboutsummaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-14 23:12:16 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-14 23:12:16 -0800
commit8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6 (patch)
tree82a51f2e7fea44140b31917e9962e30aab5a6116 /docs/ref
parent97058f23b30e703df8f8d1a11512000ca6d199fc (diff)
downloadnng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.tar.gz
nng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.tar.bz2
nng-8ff8fa5077164f2ec9dd2f02b7f9f5b66f225db6.zip
aio: more nng_err updates
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/api/aio.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/aio.md b/docs/ref/api/aio.md
index dcf9aa85..2f7b9a73 100644
--- a/docs/ref/api/aio.md
+++ b/docs/ref/api/aio.md
@@ -43,7 +43,7 @@ complete, creating a synchronous flow from an asynchronous one.
## Create Handle
```c
-int nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
+nng_err nng_aio_alloc(nng_aio **aiop, void (*callb)(void *), void *arg);
```
The {{i:`nng_aio_alloc`}} function creates an [`nng_aio`] object, with the