From 0f67ff89d9918344965897887ca47c9bb7471752 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 26 Oct 2005 12:06:11 +0000 Subject: patches from Norbert merged in. I have made some little changes here and there. It still doesn't compile because of the O1 thing passed to ld. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@41 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 5f8765f..ebfe41f 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -22,9 +22,7 @@ MA 02111-1307, USA. */ #define _LIBSSH_H #include #include /* for fd_set * */ -#include - -#include +#include #define LIBSSH_VERSION "libssh-0.2-dev" @@ -110,6 +108,7 @@ SSH_SESSION *ssh_new(); void ssh_set_options(SSH_SESSION *session, SSH_OPTIONS *options); int ssh_get_fd(SSH_SESSION *session); void ssh_silent_disconnect(SSH_SESSION *session); +int ssh_get_version(SSH_SESSION *session); void ssh_set_fd_toread(SSH_SESSION *session); void ssh_set_fd_towrite(SSH_SESSION *session); void ssh_set_fd_except(SSH_SESSION *session); -- cgit