Function libssh2_sys::libssh2_channel_request_pty_ex [] [src]

pub unsafe extern "C" fn libssh2_channel_request_pty_ex(
    chan: *mut LIBSSH2_CHANNEL,
    term: *const c_char,
    termlen: c_uint,
    modes: *const c_char,
    modeslen: c_uint,
    width: c_int,
    height: c_int,
    width_px: c_int,
    height_px: c_int
) -> c_int