diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-07-23 11:01:06 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-07-23 11:01:06 +0200 |
commit | e721c122d3f453094d4ab27040765974620f15ef (patch) | |
tree | 5ef53f6dbd202e07c1b01748b76d76dff292c4ec /include/libssh/socket.h | |
parent | 8cd0d0040e70b5a1ab0a8d8588190dd88f17ce4f (diff) | |
download | libssh-e721c122d3f453094d4ab27040765974620f15ef.tar.gz libssh-e721c122d3f453094d4ab27040765974620f15ef.tar.xz libssh-e721c122d3f453094d4ab27040765974620f15ef.zip |
Continue removing old flushing code
Diffstat (limited to 'include/libssh/socket.h')
-rw-r--r-- | include/libssh/socket.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libssh/socket.h b/include/libssh/socket.h index 1b18e04..d9bab1c 100644 --- a/include/libssh/socket.h +++ b/include/libssh/socket.h @@ -47,12 +47,7 @@ int ssh_socket_fd_isset(ssh_socket s, fd_set *set); void ssh_socket_fd_set(ssh_socket s, fd_set *set, int *fd_max); void ssh_socket_set_fd_in(ssh_socket s, socket_t fd); void ssh_socket_set_fd_out(ssh_socket s, socket_t fd); -//int ssh_socket_completeread(ssh_socket s, void *buffer, uint32_t len); -//int ssh_socket_completewrite(ssh_socket s, const void *buffer, uint32_t len); -//int ssh_socket_wait_for_data(ssh_socket s, ssh_session session, uint32_t len); int ssh_socket_nonblocking_flush(ssh_socket s); -int ssh_socket_blocking_flush(ssh_socket s); -//int ssh_socket_poll(ssh_socket s, int *writeable, int *except); void ssh_socket_set_towrite(ssh_socket s); void ssh_socket_set_toread(ssh_socket s); void ssh_socket_set_except(ssh_socket s); |