summaryrefslogtreecommitdiff
path: root/ref/api/init.html
diff options
context:
space:
mode:
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>