1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-10 02:09:25 +03:00

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>
This commit is contained in:
Andreas Schneider
2019-06-14 13:53:42 +02:00
parent 70dd8b0348
commit 2d2a4f3784

View File

@@ -588,8 +588,7 @@ LIBSSH_API int ssh_session_export_known_hosts_entry(ssh_session session,
char **pentry_string); char **pentry_string);
LIBSSH_API int ssh_session_update_known_hosts(ssh_session session); LIBSSH_API int ssh_session_update_known_hosts(ssh_session session);
LIBSSH_API enum ssh_known_hosts_e LIBSSH_API enum ssh_known_hosts_e ssh_session_get_known_hosts_entry(ssh_session session,
ssh_session_get_known_hosts_entry(ssh_session session,
struct ssh_knownhosts_entry **pentry); struct ssh_knownhosts_entry **pentry);
LIBSSH_API enum ssh_known_hosts_e ssh_session_is_known_server(ssh_session session); LIBSSH_API enum ssh_known_hosts_e ssh_session_is_known_server(ssh_session session);