comparison src/proxy.h @ 8262:b5dbd1839716

[gaim-migrate @ 8985] this is jabber new-style file transfer receive support. this doesn't do much error checking or handling, but I managed to send pictures to myself from Exodus on my laptop in the living room, which would have taken twice as long were it not for VNC. i said i was going to bed 1, 2, and 3 hours ago. i should go to bed. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 15 Feb 2004 10:11:38 +0000
parents fa6395637e2c
children f24172f53650
comparison
equal deleted inserted replaced
8261:7b57c3bd9db6 8262:b5dbd1839716
236 * @return The socket handle. 236 * @return The socket handle.
237 */ 237 */
238 int gaim_proxy_connect(GaimAccount *account, const char *host, int port, 238 int gaim_proxy_connect(GaimAccount *account, const char *host, int port,
239 GaimInputFunction func, gpointer data); 239 GaimInputFunction func, gpointer data);
240 240
241 /**
242 * Makes a connection through a SOCKS5 proxy.
243 *
244 * @param gpi The GaimProxyInfo specifying the proxy settings
245 * @param host The destination host.
246 * @param port The destination port.
247 * @param func The input handler function.
248 * @param data User-defined data.
249 *
250 * @return The socket handle.
251 */
252 int gaim_proxy_connect_socks5(GaimProxyInfo *gpi, const char *host, int port,
253 GaimInputFunction func, gpointer data);
254
241 /*@}*/ 255 /*@}*/
242 256
243 #ifdef __cplusplus 257 #ifdef __cplusplus
244 } 258 }
245 #endif 259 #endif