Commit 9553287a authored by Stas Korobeynikov's avatar Stas Korobeynikov Committed by Pavel Vainerman

add ssh webproxy connect function

parent 1445232a
......@@ -34,6 +34,10 @@ struct Sensitive {
struct addrinfo;
int ssh_connect(const char *, struct addrinfo *, struct sockaddr_storage *,
u_short, int, int, int *, int, int);
int ssh_webproxy_connect(const char *, u_short, const char *, const char *,
const char *, struct sockaddr_storage *, u_short, int, int, int);
void ssh_kill_proxy_command(void);
void ssh_login(Sensitive *, const char *, struct sockaddr *, u_short,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment