X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=75aad70ba82beddc788da304ef1c4250c6d6b1de;hb=5471539a6738484b48fb938c88dce547a3e4b299;hp=e8f1adad19b3b81f58cab284b3eda15af209ea03;hpb=43be90e287996e1be6f92f5a426475df25c16e10;p=PuTTY.git diff --git a/ssh.h b/ssh.h index e8f1adad..75aad70b 100644 --- a/ssh.h +++ b/ssh.h @@ -24,6 +24,7 @@ void sshfwd_x11_is_local(struct ssh_channel *c); extern Socket ssh_connection_sharing_init(const char *host, int port, Conf *conf, Ssh ssh, void **state); +int ssh_share_test_for_upstream(const char *host, int port, Conf *conf); void share_got_pkt_from_server(void *ctx, int type, unsigned char *pkt, int pktlen); void share_activate(void *state, const char *server_verstring);