aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-06-14 13:53:42 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-14 15:22:56 +0200
commit2d2a4f3784bdde7af5c0d9f995226e4a744c502a (patch)
treed6e98a33285b787f07a1b5cd878cdd5fd93e4b56
parent70dd8b0348fc371c14c9525d33303d5ee84b1cd5 (diff)
downloadlibssh-2d2a4f3784bdde7af5c0d9f995226e4a744c502a.tar.gz
libssh-2d2a4f3784bdde7af5c0d9f995226e4a744c502a.tar.xz
libssh-2d2a4f3784bdde7af5c0d9f995226e4a744c502a.zip
include: Make sure ssh_session_get_known_hosts_entry is added to the API
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
-rw-r--r--include/libssh/libssh.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index b2156d77..dc79a9e4 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -588,9 +588,8 @@ LIBSSH_API int ssh_session_export_known_hosts_entry(ssh_session session,
char **pentry_string);
LIBSSH_API int ssh_session_update_known_hosts(ssh_session session);
-LIBSSH_API enum ssh_known_hosts_e
-ssh_session_get_known_hosts_entry(ssh_session session,
- struct ssh_knownhosts_entry **pentry);
+LIBSSH_API enum ssh_known_hosts_e ssh_session_get_known_hosts_entry(ssh_session session,
+ struct ssh_knownhosts_entry **pentry);
LIBSSH_API enum ssh_known_hosts_e ssh_session_is_known_server(ssh_session session);
/* LOGGING */