comparison src/proxy.h @ 13514:6ad9d666e824

[gaim-migrate @ 15890] * Exposed API to get the setup of a proxy. * Added proxy support to the GG PRPL. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Tue, 14 Mar 2006 23:56:57 +0000
parents 403a97caf5c0
children 10e8eb6a4910
comparison
equal deleted inserted replaced
13513:43d123a4b4d7 13514:6ad9d666e824
199 * Initializes the proxy subsystem. 199 * Initializes the proxy subsystem.
200 */ 200 */
201 void gaim_proxy_init(void); 201 void gaim_proxy_init(void);
202 202
203 /** 203 /**
204 * Returns configuration of a proxy.
205 *
206 * @param account The account for which the configuration is needed.
207 *
208 * @return The configuration of a proxy.
209 */
210 GaimProxyInfo *gaim_proxy_get_setup(GaimAccount *account);
211
212 /**
204 * Makes a connection to the specified host and port. 213 * Makes a connection to the specified host and port.
205 * 214 *
206 * @param account The account making the connection. 215 * @param account The account making the connection.
207 * @param host The destination host. 216 * @param host The destination host.
208 * @param port The destination port. 217 * @param port The destination port.