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.
 
 
 
 

18 lines
619 B

  1. .TH libssh2_channel_window_write 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
  2. .SH NAME
  3. libssh2_channel_window_write - convenience macro for \fIlibssh2_channel_window_write_ex(3)\fP calls
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. unsigned long libssh2_channel_window_write(LIBSSH2_CHANNEL *channel);
  7. .SH DESCRIPTION
  8. This is a macro defined in a public libssh2 header file that is using the
  9. underlying function \fIlibssh2_channel_window_write_ex(3)\fP.
  10. .SH RETURN VALUE
  11. See \fIlibssh2_channel_window_write_ex(3)\fP
  12. .SH ERRORS
  13. See \fIlibssh2_channel_window_write_ex(3)\fP
  14. .SH SEE ALSO
  15. .BR libssh2_channel_window_write_ex(3)