mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
Remove ssh_fd_poll which is gone.
This commit is contained in:
@@ -273,7 +273,6 @@ void ssh_clean_pubkey_hash(unsigned char **hash);
|
|||||||
ssh_string ssh_get_pubkey(SSH_SESSION *session);
|
ssh_string ssh_get_pubkey(SSH_SESSION *session);
|
||||||
|
|
||||||
/* in connect.c */
|
/* 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,
|
int ssh_select(ssh_channel *channels, ssh_channel *outchannels, socket_t maxfd,
|
||||||
fd_set *readfds, struct timeval *timeout);
|
fd_set *readfds, struct timeval *timeout);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user