From 21c69e7398d7dad6bd2cc4bb4e766770d75320bd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 18 Oct 2017 12:18:35 -0700 Subject: fixes #116 Add missing ::nng_pipe_getopt_usec implementation --- src/nng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 85be6b26..ad9651d3 100644 --- a/src/nng.c +++ b/src/nng.c @@ -775,7 +775,7 @@ nng_pipe_getopt_uint64(nng_pipe id, const char *name, uint64_t *valp) } int -nni_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp) +nng_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp) { return (nng_pipe_getopt_uint64(id, name, valp)); } -- cgit v1.2.3-70-g09d2