mirror of
https://github.com/upa/mscp.git
synced 2026-02-15 17:54:43 +08:00
add doxygen for mscp.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user