aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-23 16:25:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-23 21:54:01 +0200
commit2e577cecb4aabc42c5301dd76c768e34eb741fb8 (patch)
treec098f5d1e03dabe699eb15734d2b11fa91d9feb6 /include/libssh/libssh.h
parent058bb0439682b72ae0f929566beb04218fc08001 (diff)
downloadlibssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.tar.gz
libssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.tar.xz
libssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.zip
auth: Move ssh_auth_list to legacy functions.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 638cb48a..a5ea9616 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -367,7 +367,6 @@ LIBSSH_API uint32_t ssh_channel_window_size(ssh_channel channel);
LIBSSH_API int ssh_try_publickey_from_file(ssh_session session, const char *keyfile,
ssh_string *publickey, int *type);
-LIBSSH_API int ssh_auth_list(ssh_session session);
LIBSSH_API char *ssh_basename (const char *path);
LIBSSH_API void ssh_clean_pubkey_hash(unsigned char **hash);
LIBSSH_API int ssh_connect(ssh_session session);