comparison src/proxy.c @ 11428:c39a48818f66

[gaim-migrate @ 13665] exporting async gethostbyname committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Fri, 02 Sep 2005 19:47:18 +0000
parents bb0d7b719af2
children f672349cfc1c
comparison
equal deleted inserted replaced
11427:e2ebebcae270 11428:c39a48818f66
184 } 184 }
185 185
186 /************************************************************************** 186 /**************************************************************************
187 * Proxy API 187 * Proxy API
188 **************************************************************************/ 188 **************************************************************************/
189 typedef void (*dns_callback_t)(GSList *hosts, gpointer data,
190 const char *error_message);
191 189
192 #ifdef __unix__ 190 #ifdef __unix__
193 191
194 /* 192 /*
195 * This structure represents both a pending DNS request and 193 * This structure represents both a pending DNS request and