diff options
Diffstat (limited to 'docs/man/nng_pipe_getopt.3.adoc')
| -rw-r--r-- | docs/man/nng_pipe_getopt.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_pipe_getopt.3.adoc b/docs/man/nng_pipe_getopt.3.adoc index 9bc7529e..b5c9fcf8 100644 --- a/docs/man/nng_pipe_getopt.3.adoc +++ b/docs/man/nng_pipe_getopt.3.adoc @@ -21,7 +21,7 @@ nng_pipe_getopt - get pipe option int nng_pipe_getopt(nng_pipe p, const char *opt, void *val, size_t *valszp); -int nng_pipe_getopt_bool(nng_pipe p, const char *opt, int *bvalp); +int nng_pipe_getopt_bool(nng_pipe p, const char *opt, bool *bvalp); int nng_pipe_getopt_int(nng_pipe p, const char *opt, int *ivalp); |
