more catching up

This commit is contained in:
Adam D. Ruppe 2023-05-24 08:41:16 -04:00
parent e491654b4d
commit 3e01b447f5
9 changed files with 423 additions and 49 deletions

View file

@ -385,6 +385,8 @@ extern(C) {
enum LIBSSH2_CHANNEL_WINDOW_DEFAULT = (256*1024);
enum LIBSSH2_CHANNEL_PACKET_DEFAULT = 32768;
int libssh2_session_last_error(LIBSSH2_SESSION *session, char **errmsg, int *errmsg_len, int want_buf);
int libssh2_channel_request_pty_ex(LIBSSH2_CHANNEL *channel, const char *term, uint term_len, const char *modes, uint modes_len, int width, int height, int width_px, int height_px);
int libssh2_channel_process_startup(