diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-04-02 10:09:23 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-04-02 10:09:23 +0000 |
commit | a9ef024f1045f696e424c77d7bbde8ce324916ac (patch) | |
tree | 664f5750fb4127507dffe3e23d136d01cea047af /include/libssh/priv.h | |
parent | 595a5d9ff2e53e96ecb3ee5797e35345b627c258 (diff) | |
download | libssh-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 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index ad380e8..e4b5e6c 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -606,7 +606,6 @@ CHANNEL *ssh_channel_from_local(SSH_SESSION *session,u32 num); /* options.c */ -void ssh_options_free(SSH_OPTIONS *opt); /* this function must be called when no specific username has been asked. it has to guess it */ int ssh_options_default_username(SSH_OPTIONS *opt); int ssh_options_default_ssh_dir(SSH_OPTIONS *opt); |