mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
change doxygen doc for channel_poll
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@145 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -805,8 +805,7 @@ int channel_read(CHANNEL *channel, BUFFER *buffer,int bytes,int is_stderr){
|
|||||||
* \return number of bytes available for reading\n
|
* \return number of bytes available for reading\n
|
||||||
* 0 if nothing is available\n
|
* 0 if nothing is available\n
|
||||||
* SSH_ERROR on error
|
* SSH_ERROR on error
|
||||||
* \warning don't forget to check for EOF as it would
|
* \warning When the channel is in EOF state, the function returns 1
|
||||||
* return 0 here
|
|
||||||
* \see channel_is_eof()
|
* \see channel_is_eof()
|
||||||
*/
|
*/
|
||||||
int channel_poll(CHANNEL *channel, int is_stderr){
|
int channel_poll(CHANNEL *channel, int is_stderr){
|
||||||
|
|||||||
Reference in New Issue
Block a user