1
0
forked from x/icebergs
icebergs/base/ssh/service_windows.go
2021-08-18 12:41:04 +08:00

18 lines
349 B
Go

package ssh
import (
"net"
ice "shylinux.com/x/icebergs"
"golang.org/x/crypto/ssh"
)
type Winsize struct{ Height, Width, x, y uint16 }
func _ssh_size(fd uintptr, b []byte) {
}
func _ssh_sizes(fd uintptr, w, h int) {
}
func _ssh_handle(m *ice.Message, meta map[string]string, c net.Conn, channel ssh.Channel, requests <-chan *ssh.Request) {
}