diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-13 22:30:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-13 22:30:41 -0700 |
| commit | 32c1bd25c1f3377d847c7e50ec5558a684ae5293 (patch) | |
| tree | b37d063d520245cda21f9170a79c5c0a120b5ce6 /docs/ref/api/init.md | |
| parent | 9a6c330d3b29eb921704c3b732c275d064ebd4c2 (diff) | |
| download | nng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.tar.gz nng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.tar.bz2 nng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.zip | |
docs: Fix reference to nng_fini
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 |
