Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/src/proxy.c Fri Sep 02 19:46:07 2005 +0000 +++ b/src/proxy.c Fri Sep 02 19:47:18 2005 +0000 @@ -186,8 +186,6 @@ /************************************************************************** * Proxy API **************************************************************************/ -typedef void (*dns_callback_t)(GSList *hosts, gpointer data, - const char *error_message); #ifdef __unix__
