From 91ef298e7d34f81a31e28025f2a933640ae7f4bf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 12 May 2010 15:47:26 +0200 Subject: Added runtime detection of WSAPoll(). Signed-off-by: Andreas Schneider --- include/libssh/poll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/poll.h b/include/libssh/poll.h index 29512450..81891a13 100644 --- a/include/libssh/poll.h +++ b/include/libssh/poll.h @@ -76,6 +76,7 @@ typedef struct ssh_pollfd_struct { typedef unsigned long int nfds_t; #endif /* HAVE_POLL */ +void ssh_poll_init(void); int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout); typedef struct ssh_poll_ctx_struct *ssh_poll_ctx; typedef struct ssh_poll_handle_struct *ssh_poll_handle; -- cgit