mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
doc: Fix doxygen warnings.
This commit is contained in:
@@ -3323,16 +3323,17 @@ error:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send the exit status to the remote process (as described in RFC 4254, section 6.10).
|
* @brief Send the exit status to the remote process
|
||||||
*
|
*
|
||||||
* Sends the exit status to the remote process.
|
* Sends the exit status to the remote process (as described in RFC 4254,
|
||||||
|
* section 6.10).
|
||||||
* Only SSH-v2 is supported (I'm not sure about SSH-v1).
|
* Only SSH-v2 is supported (I'm not sure about SSH-v1).
|
||||||
*
|
*
|
||||||
* @param[in] channel The channel to send exit status.
|
* @param[in] channel The channel to send exit status.
|
||||||
*
|
*
|
||||||
* @param[in] sig The exit status to send
|
* @param[in] exit_status The exit status to send
|
||||||
*
|
*
|
||||||
* @return SSH_OK on success, SSH_ERROR if an error occurred
|
* @return SSH_OK on success, SSH_ERROR if an error occurred.
|
||||||
* (including attempts to send exit status via SSH-v1 session).
|
* (including attempts to send exit status via SSH-v1 session).
|
||||||
*/
|
*/
|
||||||
int ssh_channel_request_send_exit_status(ssh_channel channel, int exit_status) {
|
int ssh_channel_request_send_exit_status(ssh_channel channel, int exit_status) {
|
||||||
|
@@ -1254,7 +1254,7 @@ static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo,
|
|||||||
/**
|
/**
|
||||||
* @brief This function can set all possible ssh bind options.
|
* @brief This function can set all possible ssh bind options.
|
||||||
*
|
*
|
||||||
* @param session An allocated ssh option structure.
|
* @param sshbind An allocated ssh bind structure.
|
||||||
*
|
*
|
||||||
* @param type The option type to set. This could be one of the
|
* @param type The option type to set. This could be one of the
|
||||||
* following:
|
* following:
|
||||||
|
Reference in New Issue
Block a user