summaryrefslogtreecommitdiff
path: root/src/sp/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp/transport.h')
-rw-r--r--src/sp/transport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp/transport.h b/src/sp/transport.h
index d28053b9..dfa1509f 100644
--- a/src/sp/transport.h
+++ b/src/sp/transport.h
@@ -181,9 +181,9 @@ struct nni_sp_tran {
// These APIs are used by the framework internally, and not for use by
// transport implementations.
-extern nni_sp_tran *nni_tran_find(nni_url *);
-extern int nni_tran_sys_init(void);
-extern void nni_tran_sys_fini(void);
-extern int nni_tran_register(const nni_sp_tran *);
+extern nni_sp_tran *nni_sp_tran_find(nni_url *url);
+extern int nni_sp_tran_sys_init(void);
+extern void nni_sp_tran_sys_fini(void);
+extern int nni_sp_tran_register(const nni_sp_tran *tran);
#endif // CORE_TRANSPORT_H