Mercurial > pidgin
diff libgaim/protocols/simple/simple.h @ 14308:9ad313800b19
[gaim-migrate @ 16998]
Make gaim_srv_resolve cancelable. Please test and let me know of any
problems. I was unable to test the WIN32 method for this, since it
actually uses Windows stuff.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 23 Aug 2006 08:02:05 +0000 |
| parents | 645598a4ec04 |
| children |
line wrap: on
line diff
--- a/libgaim/protocols/simple/simple.h Wed Aug 23 07:14:19 2006 +0000 +++ b/libgaim/protocols/simple/simple.h Wed Aug 23 08:02:05 2006 +0000 @@ -29,6 +29,7 @@ #include "cipher.h" #include "circbuffer.h" #include "dnsquery.h" +#include "dnssrv.h" #include "network.h" #include "proxy.h" #include "prpl.h" @@ -73,6 +74,7 @@ gchar *username; gchar *password; GaimDnsQueryData *query_data; + GaimSrvQueryData *srv_query_data; GaimNetworkListenData *listen_data; int fd; int cseq;
