Mercurial > pidgin.yaz
diff src/protocols/simple/simple.c @ 12686:5f65a0cca87c
[gaim-migrate @ 15029]
Clean up the STUN / SRV API a bit.
I don't use this stuff, so there was no testing beyond compiling it. I think it's right, though I couldn't find where the STUN discovery status was ever set to 1 (discovering). Anyone know something about that?
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 03 Jan 2006 00:23:24 +0000 |
| parents | 7b816173e2c6 |
| children | e893563d965d |
line wrap: on
line diff
--- a/src/protocols/simple/simple.c Mon Jan 02 23:07:46 2006 +0000 +++ b/src/protocols/simple/simple.c Tue Jan 03 00:23:24 2006 +0000 @@ -1194,7 +1194,7 @@ return (gaim_utf8_strcasecmp(nick1, nick2) == 0); } -static void srvresolved(struct srv_response *resp, int results, gpointer data) { +static void srvresolved(GaimSrvResponse *resp, int results, gpointer data) { struct simple_account_data *sip = (struct simple_account_data*) data; gchar *hostname;
