aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2011-02-20 14:03:19 +0100
committermilo <milo@r0ot.me>2011-02-20 14:37:31 +0100
commit0c76156f5485d490953b2b8674aba77cc5f1b34e (patch)
tree965169b05a4d499a796eec02a17919319cf611b7 /include/libssh
parent4b72953c7eea7da69f7a7f7d2f48f4ef5d0cf433 (diff)
downloadlibssh-0c76156f5485d490953b2b8674aba77cc5f1b34e.tar.gz
libssh-0c76156f5485d490953b2b8674aba77cc5f1b34e.tar.xz
libssh-0c76156f5485d490953b2b8674aba77cc5f1b34e.zip
poll: Added function to remove session from event loop.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 0cb96006..2604b419 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -477,6 +477,7 @@ LIBSSH_API int ssh_getpass(const char *prompt, char *buf, size_t len, int echo,
LIBSSH_API ssh_event ssh_event_new(void);
LIBSSH_API int ssh_event_add_session(ssh_event event, ssh_session session);
+LIBSSH_API int ssh_event_remove_session(ssh_event event, ssh_session session);
LIBSSH_API void ssh_event_free(ssh_event event);
#ifndef LIBSSH_LEGACY_0_4