summaryrefslogtreecommitdiffstats
path: root/libssh/libssh.vers
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-02 10:09:23 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-02 10:09:23 +0000
commita9ef024f1045f696e424c77d7bbde8ce324916ac (patch)
tree664f5750fb4127507dffe3e23d136d01cea047af /libssh/libssh.vers
parent595a5d9ff2e53e96ecb3ee5797e35345b627c258 (diff)
downloadlibssh-a9ef024f1045f696e424c77d7bbde8ce324916ac.tar.gz
libssh-a9ef024f1045f696e424c77d7bbde8ce324916ac.tar.xz
libssh-a9ef024f1045f696e424c77d7bbde8ce324916ac.zip
Make ssh_options_free() public.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@346 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/libssh.vers')
-rw-r--r--libssh/libssh.vers2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/libssh.vers b/libssh/libssh.vers
index ae88399..a6e13da 100644
--- a/libssh/libssh.vers
+++ b/libssh/libssh.vers
@@ -21,7 +21,7 @@ SSH_0.3 {
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_new; ssh_options_copy; ssh_options_free; 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;
ssh_options_set_identity; ssh_options_set_status_callback;