diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-02-03 18:07:26 +0000 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-02-03 18:07:26 +0000 |
commit | ac3d66ac69278906bb09c4c751c6b9827d7ca17a (patch) | |
tree | 3b9ffa2dfa1f34ec1ccffd32d419aa18dcbc4063 /include/libssh/libssh.h | |
parent | 903e22cd1154270f10d765a754cb077df7b87e46 (diff) | |
download | libssh-ac3d66ac69278906bb09c4c751c6b9827d7ca17a.tar.gz libssh-ac3d66ac69278906bb09c4c751c6b9827d7ca17a.tar.xz libssh-ac3d66ac69278906bb09c4c751c6b9827d7ca17a.zip |
channel_get_exit_status()
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@228 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 6e242114..03265cb3 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -253,6 +253,7 @@ int channel_is_closed(CHANNEL *channel); int channel_select(CHANNEL **readchans, CHANNEL **writechans, CHANNEL **exceptchans, struct timeval * timeout); SSH_SESSION *channel_get_session(CHANNEL *channel); +int channel_get_exit_status(CHANNEL *channel); /* in options.c */ /** |