From e6848652f9684f044543a3ddf24dab806e34bc7c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Apr 2025 22:04:06 -0700 Subject: nng_device should use nng_err --- include/nng/nng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/nng/nng.h b/include/nng/nng.h index 07fe082c..e31e747a 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1041,7 +1041,7 @@ NNG_DECL uint64_t nng_stat_timestamp(const nng_stat *); // This version is synchronous, which means the caller will block until // one of the sockets is closed. Note that caller is responsible for // finally closing both sockets when this function returns. -NNG_DECL int nng_device(nng_socket, nng_socket); +NNG_DECL nng_err nng_device(nng_socket, nng_socket); // Asynchronous form of nng_device. When this succeeds, the device is // left intact and functioning in the background, until one of the sockets -- cgit v1.2.3-70-g09d2