From 468714a51bbc9fc6acf03479b8825ad25a2ffeb0 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 6 Sep 2021 12:01:26 -0700 Subject: SP initialization cannot fail. --- src/sp/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp/transport.h') diff --git a/src/sp/transport.h b/src/sp/transport.h index 08f169bc..76d8d36a 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -169,7 +169,7 @@ struct nni_sp_tran { // These APIs are used by the framework internally, and not for use by // transport implementations. extern nni_sp_tran *nni_sp_tran_find(nni_url *); -extern int nni_sp_tran_sys_init(void); +extern void nni_sp_tran_sys_init(void); extern void nni_sp_tran_sys_fini(void); extern void nni_sp_tran_register(nni_sp_tran *); -- cgit v1.2.3-70-g09d2