diff options
Diffstat (limited to 'docs/ref/api/init.md')
| -rw-r--r-- | docs/ref/api/init.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/init.md b/docs/ref/api/init.md index 09708d28..e26b2904 100644 --- a/docs/ref/api/init.md +++ b/docs/ref/api/init.md @@ -68,7 +68,7 @@ The following parameters are present: ## Finalization ```c -extern void nng_init(nng_init_parms *params); +extern void nng_fini(void); ``` When the consumer is ready to deallocate any resoures allocated by the library, it should call |
