Mercurial > pidgin
comparison src/proxy.c @ 5572:dfdea22a7153
[gaim-migrate @ 5974]
jabber is converted
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 30 May 2003 23:05:01 +0000 |
parents | 9eb5b13fd412 |
children | 86456ec3ca25 |
comparison
equal
deleted
inserted
replaced
5571:113090160626 | 5572:dfdea22a7153 |
---|---|
1239 g_free(phb); | 1239 g_free(phb); |
1240 } | 1240 } |
1241 } | 1241 } |
1242 | 1242 |
1243 int | 1243 int |
1244 proxy_connect(GaimAccount *account, char *host, int port, GaimInputFunction func, gpointer data) | 1244 proxy_connect(GaimAccount *account, const char *host, int port, GaimInputFunction func, gpointer data) |
1245 { | 1245 { |
1246 char *connecthost = host; | 1246 char *connecthost = host; |
1247 int connectport = port; | 1247 int connectport = port; |
1248 struct PHB *phb = g_new0(struct PHB, 1); | 1248 struct PHB *phb = g_new0(struct PHB, 1); |
1249 if(!account || !account->gpi) | 1249 if(!account || !account->gpi) |