diff options
Diffstat (limited to 'docs/man/nng_setopt.3.adoc')
| -rw-r--r-- | docs/man/nng_setopt.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_setopt.3.adoc b/docs/man/nng_setopt.3.adoc index 966e3914..b3b1d3b5 100644 --- a/docs/man/nng_setopt.3.adoc +++ b/docs/man/nng_setopt.3.adoc @@ -21,7 +21,7 @@ nng_setopt - set socket option int nng_setopt(nng_socket s, const char *opt, const void *val, size_t valsz); -int nng_setopt_bool(nng_socket s, const char *opt, int bval); +int nng_setopt_bool(nng_socket s, const char *opt, bool bval); int nng_setopt_int(nng_socket s, const char *opt, int ival); |
