Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/proxy.c Fri May 30 23:03:02 2003 +0000 +++ b/src/proxy.c Fri May 30 23:05:01 2003 +0000 @@ -1241,7 +1241,7 @@ } int -proxy_connect(GaimAccount *account, char *host, int port, GaimInputFunction func, gpointer data) +proxy_connect(GaimAccount *account, const char *host, int port, GaimInputFunction func, gpointer data) { char *connecthost = host; int connectport = port;