comparison libpurple/dnsquery.h @ 31980: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 f22bc8b5b9dc
comparison
equal deleted inserted replaced
31979:c832d481d021 31980:92f3d821653f
100 * 100 *
101 * @since 2.8.0 101 * @since 2.8.0
102 */ 102 */
103 PurpleDnsQueryData *purple_dnsquery_a_account(PurpleAccount *account, const char *hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data); 103 PurpleDnsQueryData *purple_dnsquery_a_account(PurpleAccount *account, const char *hostname, int port, PurpleDnsQueryConnectFunction callback, gpointer data);
104 104
105 #ifndef PURPLE_DISABLE_DEPRECATED 105 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_DNSQUERY_C_)
106 /** 106 /**
107 * Perform an asynchronous DNS query. 107 * Perform an asynchronous DNS query.
108 * 108 *
109 * @param hostname The hostname to resolve. 109 * @param hostname The hostname to resolve.
110 * @param port A port number which is stored in the struct sockaddr. 110 * @param port A port number which is stored in the struct sockaddr.