diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-27 23:35:25 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-27 23:35:25 -0700 |
| commit | 7bb5ab9c4f70c9fa0a67a22c4aee83b0109318c4 (patch) | |
| tree | 5a3036d609404ee5218b6189a89799e70f4623df /src/sp/transport.h | |
| parent | 70ae513e4dda50864f7d45b6676549ed5246144d (diff) | |
| download | nng-7bb5ab9c4f70c9fa0a67a22c4aee83b0109318c4.tar.gz nng-7bb5ab9c4f70c9fa0a67a22c4aee83b0109318c4.tar.bz2 nng-7bb5ab9c4f70c9fa0a67a22c4aee83b0109318c4.zip | |
Converted property functions to use nng_err.
Diffstat (limited to 'src/sp/transport.h')
| -rw-r--r-- | src/sp/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/transport.h b/src/sp/transport.h index 733388e8..e4e3e156 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -120,7 +120,7 @@ struct nni_sp_listener_ops { int (*l_set_tls)(void *, nng_tls_config *); // l_set_security_descriptor is used exclusively on Windows. - int (*l_set_security_descriptor)(void *, void *); + nng_err (*l_set_security_descriptor)(void *, void *); // l_options is an array of listener options. The final // element must have a NULL name. If this member is NULL, then |
