geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
816 B

  1. .TH libssh2_userauth_keyboard_interactive 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
  2. .SH NAME
  3. libssh2_userauth_keyboard_interactive - convenience macro for \fIlibssh2_userauth_keyboard_interactive_ex(3)\fP calls
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. .nf
  7. int
  8. libssh2_userauth_keyboard_interactive(LIBSSH2_SESSION* session,
  9. const char *username,
  10. LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC((*response_callback)));
  11. .SH DESCRIPTION
  12. This is a macro defined in a public libssh2 header file that is using the
  13. underlying function \fIlibssh2_userauth_keyboard_interactive_ex(3)\fP.
  14. .SH RETURN VALUE
  15. See \fIlibssh2_userauth_keyboard_interactive_ex(3)\fP
  16. .SH ERRORS
  17. See \fIlibssh2_userauth_keyboard_interactive_ex(3)\fP
  18. .SH SEE ALSO
  19. .BR libssh2_userauth_keyboard_interactive_ex(3)