summaryrefslogtreecommitdiffstats
path: root/libssh/include/libssh/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/include/libssh/socket.h')
-rw-r--r--libssh/include/libssh/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/include/libssh/socket.h b/libssh/include/libssh/socket.h
index 285a02e3..8e1eac21 100644
--- a/libssh/include/libssh/socket.h
+++ b/libssh/include/libssh/socket.h
@@ -52,6 +52,7 @@ void ssh_socket_set_write_wontblock(ssh_socket s);
void ssh_socket_set_read_wontblock(ssh_socket s);
void ssh_socket_set_except(ssh_socket s);
int ssh_socket_get_status(ssh_socket s);
+int ssh_socket_get_poll_flags(ssh_socket s);
int ssh_socket_buffered_write_bytes(ssh_socket s);
int ssh_socket_data_available(ssh_socket s);
int ssh_socket_data_writable(ssh_socket s);