Mercurial > pidgin
comparison src/proxy.h @ 6063:5239a3b4ab33
[gaim-migrate @ 6513]
clean up a lot of compiler warnings. Hopefully I didn't break anything too badly.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 08 Jul 2003 06:11:49 +0000 |
| parents | 158196b2db19 |
| children | 42fdf16f1dad |
comparison
equal
deleted
inserted
replaced
| 6062:2cd7c409d71d | 6063:5239a3b4ab33 |
|---|---|
| 33 { | 33 { |
| 34 GAIM_PROXY_USE_GLOBAL = -1, /**< Use the global proxy information. */ | 34 GAIM_PROXY_USE_GLOBAL = -1, /**< Use the global proxy information. */ |
| 35 GAIM_PROXY_NONE = 0, /**< No proxy. */ | 35 GAIM_PROXY_NONE = 0, /**< No proxy. */ |
| 36 GAIM_PROXY_HTTP, /**< HTTP proxy. */ | 36 GAIM_PROXY_HTTP, /**< HTTP proxy. */ |
| 37 GAIM_PROXY_SOCKS4, /**< SOCKS 4 proxy. */ | 37 GAIM_PROXY_SOCKS4, /**< SOCKS 4 proxy. */ |
| 38 GAIM_PROXY_SOCKS5, /**< SOCKS 5 proxy. */ | 38 GAIM_PROXY_SOCKS5 /**< SOCKS 5 proxy. */ |
| 39 | 39 |
| 40 } GaimProxyType; | 40 } GaimProxyType; |
| 41 | 41 |
| 42 /** | 42 /** |
| 43 * An input condition. | 43 * An input condition. |
