libssh2_publickey_remove.3 694 B

12345678910111213141516171819
  1. .TH libssh2_publickey_remove 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
  2. .SH NAME
  3. libssh2_publickey_remove - convenience macro for \fIlibssh2_publickey_remove_ex(3)\fP calls
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. int libssh2_publickey_remove(LIBSSH2_PUBLICKEY *pkey,
  7. const unsigned char *name, unsigned long name_len,
  8. const unsigned char *blob, unsigned long blob_len);
  9. .SH DESCRIPTION
  10. This is a macro defined in a public libssh2 header file that is using the
  11. underlying function \fIlibssh2_publickey_remove_ex(3)\fP.
  12. .SH RETURN VALUE
  13. See \fIlibssh2_publickey_remove_ex(3)\fP
  14. .SH ERRORS
  15. See \fIlibssh2_publickey_remove_ex(3)\fP
  16. .SH SEE ALSO
  17. .BR libssh2_publickey_remove_ex(3)