aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-18 12:18:35 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-18 12:18:35 -0700
commit21c69e7398d7dad6bd2cc4bb4e766770d75320bd (patch)
treee32ef7e50e810901eacf77b1b876ed5f237d3969 /src
parent3e9a816132ae7e57fc5eb17f450a2022040c4ae4 (diff)
downloadnng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.tar.gz
nng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.tar.bz2
nng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.zip
fixes #116 Add missing ::nng_pipe_getopt_usec implementation
Diffstat (limited to 'src')
-rw-r--r--src/nng.c2
1 files changed, 1 insertions, 1 deletions
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));
}