summaryrefslogtreecommitdiffstats
path: root/include/libssh/legacy.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/legacy.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/legacy.h')
-rw-r--r--include/libssh/legacy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/legacy.h b/include/libssh/legacy.h
index 95d74fc..80b8fac 100644
--- a/include/libssh/legacy.h
+++ b/include/libssh/legacy.h
@@ -30,6 +30,8 @@
#ifndef LEGACY_H_
#define LEGACY_H_
+LIBSSH_API int ssh_auth_list(ssh_session session);
+
LIBSSH_API void buffer_free(ssh_buffer buffer);
LIBSSH_API void *buffer_get(ssh_buffer buffer);
LIBSSH_API uint32_t buffer_get_len(ssh_buffer buffer);