aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-05 17:38:18 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-05 17:38:43 +0200
commite9974c205379cf50d87e2969e87f81a9e4892835 (patch)
treea2ad1288f51c9a609fe455134b4f9a300dbdc890
parentde532ee550c373d8b6ea5d557c51ba75df6b3b04 (diff)
downloadlibssh-e9974c205379cf50d87e2969e87f81a9e4892835.tar.gz
libssh-e9974c205379cf50d87e2969e87f81a9e4892835.tar.xz
libssh-e9974c205379cf50d87e2969e87f81a9e4892835.zip
Remove ssh_fd_poll which is gone.
-rw-r--r--include/libssh/libssh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index ee8c7ff7..91f5f493 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -273,7 +273,6 @@ void ssh_clean_pubkey_hash(unsigned char **hash);
ssh_string ssh_get_pubkey(SSH_SESSION *session);
/* in connect.c */
-int ssh_fd_poll(SSH_SESSION *session,int *write, int *except);
int ssh_select(ssh_channel *channels, ssh_channel *outchannels, socket_t maxfd,
fd_set *readfds, struct timeval *timeout);