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 --- libssh/libssh.vers | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libssh/libssh.vers') diff --git a/libssh/libssh.vers b/libssh/libssh.vers index 3afc8ce9..a1bc8580 100644 --- a/libssh/libssh.vers +++ b/libssh/libssh.vers @@ -3,7 +3,8 @@ SSH_0.2 { ssh_get_error; ssh_get_error_code; ssh_say; ssh_set_verbosity; ssh_new; ssh_set_options; ssh_get_fd; ssh_silent_disconnect; ssh_connect; ssh_disconnect; ssh_service_request; ssh_get_issue_banner; - ssh_copyright; + ssh_copyright; ssh_get_version; + ssh_set_fd_toread; ssh_set_fd_towrite; ssh_set_fd_except; string_from_char; string_len; string_new; string_fill; string_to_char; string_copy; string_burn; string_data; ssh_crypto_init; @@ -19,6 +20,7 @@ SSH_0.2 { channel_request_exec; channel_request_sftp; channel_write; channel_send_eof; channel_read; channel_poll; channel_close; channel_read_nonblocking; channel_is_open; + channel_is_closed; channel_is_eof; channel_select; ssh_options_new; ssh_options_copy; ssh_options_set_wanted_algos; ssh_options_set_username; ssh_options_set_port; ssh_options_getopt; ssh_options_set_host; ssh_options_set_fd; ssh_options_set_bind; -- cgit v1.2.3