add doxygen for mscp.h

This commit is contained in:
Ryo Nakamura
2023-03-04 18:47:44 +09:00
parent cc18c74d32
commit d5a86292b7
4 changed files with 195 additions and 52 deletions

View File

@@ -239,11 +239,6 @@ void mscp_set_msg_fd(struct mscp *m, int fd)
m->msg_fd = fd;
}
int mscp_get_msg_fd(struct mscp *m)
{
return m->msg_fd;
}
int mscp_connect(struct mscp *m)
{
m->first = ssh_init_sftp_session(m->remote, m->ssh_opts);