aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_stats_get.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_stats_get.3.adoc')
-rw-r--r--docs/man/nng_stats_get.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_stats_get.3.adoc b/docs/man/nng_stats_get.3.adoc
index caf91dc3..48fde26c 100644
--- a/docs/man/nng_stats_get.3.adoc
+++ b/docs/man/nng_stats_get.3.adoc
@@ -21,7 +21,7 @@ nng_stats_get - get statistics snapshot
typedef struct nng_stat nng_stat;
-int nng_stats_get(nng_stat *statsp)
+int nng_stats_get(nng_stat **statsp)
----
== DESCRIPTION