comparison libpurple/proxy.h @ 31528:92f3d821653f

purple: Fix some compiler warnings related to new API and missing prototypes. Really just an excuse to cause everyone to need to rebuild everything.
author Paul Aurich <paul@darkrain42.org>
date Tue, 03 May 2011 05:19:14 +0000
parents 0eceb1304f53
children 3e11fa72c5d8
comparison
equal deleted inserted replaced
31527:c832d481d021 31528:92f3d821653f
310 PurpleProxyConnectData *purple_proxy_connect_socks5_account(void *handle, 310 PurpleProxyConnectData *purple_proxy_connect_socks5_account(void *handle,
311 PurpleAccount *account, PurpleProxyInfo *gpi, 311 PurpleAccount *account, PurpleProxyInfo *gpi,
312 const char *host, int port, 312 const char *host, int port,
313 PurpleProxyConnectFunction connect_cb, gpointer data); 313 PurpleProxyConnectFunction connect_cb, gpointer data);
314 314
315 #ifndef PURPLE_DISABLE_DEPRECATED 315 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_PROXY_C_)
316 /** 316 /**
317 * Makes a connection through a SOCKS5 proxy. 317 * Makes a connection through a SOCKS5 proxy.
318 * 318 *
319 * @param handle A handle that should be associated with this 319 * @param handle A handle that should be associated with this
320 * connection attempt. The handle can be used 320 * connection attempt. The handle can be used