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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transport.h b/src/core/transport.h
index c74ec497..1765b361 100644
--- a/src/core/transport.h
+++ b/src/core/transport.h
@@ -117,7 +117,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_init(void);
-extern void nni_tran_fini(void);
+extern void nni_tran_sys_init(void);
+extern void nni_tran_sys_fini(void);
#endif // CORE_TRANSPORT_H