summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-12 18:42:20 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-12 18:42:20 +0200
commit101a65378c2a658f6d510e5c28b2e2bcfb0906f7 (patch)
tree35b4dfd4f38289dfae20b6bdb7173a4a3eafa0b8 /include/libssh
parent739234afb9f9c644afacbb7fd8e8a3a421adf63b (diff)
parent91ef298e7d34f81a31e28025f2a933640ae7f4bf (diff)
downloadlibssh-101a65378c2a658f6d510e5c28b2e2bcfb0906f7.tar.gz
libssh-101a65378c2a658f6d510e5c28b2e2bcfb0906f7.tar.xz
libssh-101a65378c2a658f6d510e5c28b2e2bcfb0906f7.zip
Merge branch 'look'
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/poll.h1
1 files changed, 1 insertions, 0 deletions
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;