session MAINTENANCE refactoring only
diff --git a/src/session_p.h b/src/session_p.h
index 0a146b9..09a038d 100644
--- a/src/session_p.h
+++ b/src/session_p.h
@@ -367,7 +367,7 @@
 #ifdef ENABLE_SSH
 
 /* TODO */
-struct nc_session *nc_accept_callhome_sock_ssh(int sock, const char *host, uint16_t port, struct ly_ctx *ctx);
+struct nc_session *nc_accept_callhome_ssh_sock(int sock, const char *host, uint16_t port, struct ly_ctx *ctx);
 
 /**
  * @brief Establish SSH transport on a socket.
@@ -414,7 +414,7 @@
 #ifdef ENABLE_TLS
 
 /* TODO */
-struct nc_session *nc_accept_callhome_sock_tls(int sock, const char *host, uint16_t port, struct ly_ctx *ctx);
+struct nc_session *nc_accept_callhome_tls_sock(int sock, const char *host, uint16_t port, struct ly_ctx *ctx);
 
 /**
  * @brief Establish TLS transport on a socket.