summaryrefslogtreecommitdiff
path: root/ref/api/init.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-01-15 15:03:06 +0000
committergdamore <gdamore@users.noreply.github.com>2025-01-15 15:03:06 +0000
commite605ded920a4636e93edbbea31d9625ca5428dfb (patch)
tree32c6bbde7db2e643f56aa60e94ececcb6dee6b10 /ref/api/init.html
parent2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac (diff)
downloadnng-e605ded920a4636e93edbbea31d9625ca5428dfb.tar.gz
nng-e605ded920a4636e93edbbea31d9625ca5428dfb.tar.bz2
nng-e605ded920a4636e93edbbea31d9625ca5428dfb.zip
deploy: cd9901549239bbe424bc70a48b09f33064d906b6
Diffstat (limited to 'ref/api/init.html')
-rw-r--r--ref/api/init.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/init.html b/ref/api/init.html
index 807c6669..e4a759da 100644
--- a/ref/api/init.html
+++ b/ref/api/init.html
@@ -235,7 +235,7 @@ finalize the library and deallocate any resources used by the library.</p>
int16_t num_resolver_threads;
} nng_init_params;
-extern int nng_init(nng_init_parms *params);
+extern nng_err nng_init(nng_init_parms *params);
</code></pre>
<p>Before using other interfaces in this library, it is necessary to initialize
the library. The <a name="a001"></a><code>nng_init</code> function performs this initialization.</p>