summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-02 22:40:32 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-02 22:40:32 +0200
commit6dc7ddde3f75b7714d12570025bee2b79f9562dd (patch)
treefa50985250d69bbc9e5bf151e2e9b8f0979b2cf1 /include
parent7e5f1edcb4ac5dd1e4a56c017796b855dd2a498e (diff)
downloadlibssh-6dc7ddde3f75b7714d12570025bee2b79f9562dd.tar.gz
libssh-6dc7ddde3f75b7714d12570025bee2b79f9562dd.tar.xz
libssh-6dc7ddde3f75b7714d12570025bee2b79f9562dd.zip
channels: Export ssh_channel_poll_timeout().
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 819318b..52bfc17 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -341,7 +341,7 @@ LIBSSH_API int ssh_channel_open_forward(ssh_channel channel, const char *remoteh
int remoteport, const char *sourcehost, int localport);
LIBSSH_API int ssh_channel_open_session(ssh_channel channel);
LIBSSH_API int ssh_channel_poll(ssh_channel channel, int is_stderr);
-int ssh_channel_poll_timeout(ssh_channel channel, int timeout, int is_stderr);
+LIBSSH_API int ssh_channel_poll_timeout(ssh_channel channel, int timeout, int is_stderr);
LIBSSH_API int ssh_channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);
LIBSSH_API int ssh_channel_read_nonblocking(ssh_channel channel, void *dest, uint32_t count,
int is_stderr);