diff options
Diffstat (limited to 'src/nng.c')
| -rw-r--r-- | src/nng.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ nng_endpoint_close(nng_endpoint eid) return (NNG_ENOTSUP); } + int nng_setopt(nng_socket sid, int opt, const void *val, size_t sz) { |
