aboutsummaryrefslogtreecommitdiff
path: root/src/core/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport.h')
-rw-r--r--src/core/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport.h b/src/core/transport.h
index 72f4cc61..a739e7d2 100644
--- a/src/core/transport.h
+++ b/src/core/transport.h
@@ -118,7 +118,7 @@ struct nni_tran_pipe {
// These APIs are used by the framework internally, and not for use by
// transport implementations.
extern nni_tran *nni_tran_find(const char *);
-extern void nni_tran_sys_init(void);
+extern int nni_tran_sys_init(void);
extern void nni_tran_sys_fini(void);
#endif // CORE_TRANSPORT_H