aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-07-23 08:27:05 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-07-23 08:27:05 +0200
commit8cd0d0040e70b5a1ab0a8d8588190dd88f17ce4f (patch)
treeeb59a0440c4166fdb79eb1ba7c88a1bd0d4c10b2 /include
parente5542b027bf2a4df0174dab29a806fda05f7cbd8 (diff)
downloadlibssh-8cd0d0040e70b5a1ab0a8d8588190dd88f17ce4f.tar.gz
libssh-8cd0d0040e70b5a1ab0a8d8588190dd88f17ce4f.tar.xz
libssh-8cd0d0040e70b5a1ab0a8d8588190dd88f17ce4f.zip
Removed obsolete socket functions
Diffstat (limited to 'include')
-rw-r--r--include/libssh/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/socket.h b/include/libssh/socket.h
index 4eb2027..1b18e04 100644
--- a/include/libssh/socket.h
+++ b/include/libssh/socket.h
@@ -47,8 +47,8 @@ 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_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);