diff options
Diffstat (limited to 'src/sp/transport/udp/udp.c')
| -rw-r--r-- | src/sp/transport/udp/udp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/transport/udp/udp.c b/src/sp/transport/udp/udp.c index 45260a1b..b068be03 100644 --- a/src/sp/transport/udp/udp.c +++ b/src/sp/transport/udp/udp.c @@ -1,4 +1,4 @@ -// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -1082,7 +1082,7 @@ static nni_option udp_pipe_options[] = { }, }; -static int +static nng_err udp_pipe_getopt( void *arg, const char *name, void *buf, size_t *szp, nni_type t) { |
