ssh_session_get_known_hosts_entry method

int ssh_session_get_known_hosts_entry(
  1. ssh_session session,
  2. Pointer<Pointer<ssh_knownhosts_entry>> pentry
)

Implementation

int ssh_session_get_known_hosts_entry(
  ssh_session session,
  ffi.Pointer<ffi.Pointer<ssh_knownhosts_entry>> pentry,
) {
  return _ssh_session_get_known_hosts_entry(
    session,
    pentry,
  );
}