diff options
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 5d683322..4e7e4f9e 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -244,7 +244,8 @@ STRING *ssh_get_pubkey(SSH_SESSION *session); /* in connect.c */ int ssh_fd_poll(SSH_SESSION *session,int *write, int *except); -int ssh_select(CHANNEL **channels,CHANNEL **outchannels, socket_t maxfd, fd_set *readfds, struct timeval *timeout); +int ssh_select(CHANNEL **channels, CHANNEL **outchannels, socket_t maxfd, + fd_set *readfds, struct timeval *timeout); void publickey_free(PUBLIC_KEY *key); |