Mercurial > pidgin
comparison src/proxy.h @ 1843:4dbd8533d209
[gaim-migrate @ 1853]
http can be authenticated
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 12 May 2001 08:09:54 +0000 |
| parents | 00aef397a1fe |
| children | a02584b98823 |
comparison
equal
deleted
inserted
replaced
| 1842:1d137dde946f | 1843:4dbd8533d209 |
|---|---|
| 37 #define PROXY_SOCKS4 2 | 37 #define PROXY_SOCKS4 2 |
| 38 #define PROXY_SOCKS5 3 | 38 #define PROXY_SOCKS5 3 |
| 39 | 39 |
| 40 extern int proxy_connect(char *host, int port, | 40 extern int proxy_connect(char *host, int port, |
| 41 char *proxyhost, int proxyport, int proxytype, | 41 char *proxyhost, int proxyport, int proxytype, |
| 42 char *user, char *pass, | |
| 42 GdkInputFunction func, gpointer data); | 43 GdkInputFunction func, gpointer data); |
| 43 | 44 |
| 44 #endif | 45 #endif |
