mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-11 03:42:35 +03:00
messages.c: Add missing function documentation
Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -1453,6 +1453,14 @@ error:
|
|||||||
return SSH_ERROR;
|
return SSH_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @internal
|
||||||
|
*
|
||||||
|
* @brief Sends a successful channel request reply
|
||||||
|
*
|
||||||
|
* @param msg A message to reply to
|
||||||
|
*
|
||||||
|
* @returns SSH_OK on success, SSH_ERROR if an error occurred.
|
||||||
|
*/
|
||||||
int ssh_message_channel_request_reply_success(ssh_message msg) {
|
int ssh_message_channel_request_reply_success(ssh_message msg) {
|
||||||
uint32_t channel;
|
uint32_t channel;
|
||||||
int rc;
|
int rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user