1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

buffer: expose ssh_buffer_reinit()

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Fabiano Fidêncio
2015-09-25 01:41:36 +02:00
parent 3e2a61cc47
commit 58aff4495e
3 changed files with 1 additions and 3 deletions

View File

@@ -184,8 +184,6 @@ static void buffer_shift(ssh_buffer buffer){
}
/**
* @internal
*
* @brief Reinitialize a SSH buffer.
*
* @param[in] buffer The buffer to reinitialize.