Mercurial > pidgin
diff src/proxy.h @ 13514:6ad9d666e824
[gaim-migrate @ 15890]
* Exposed API to get the setup of a proxy.
* Added proxy support to the GG PRPL.
committer: Tailor Script <tailor@pidgin.im>
| author | Bartoz Oler <bartosz@pidgin.im> |
|---|---|
| date | Tue, 14 Mar 2006 23:56:57 +0000 |
| parents | 403a97caf5c0 |
| children | 10e8eb6a4910 |
line wrap: on
line diff
--- a/src/proxy.h Tue Mar 14 14:43:41 2006 +0000 +++ b/src/proxy.h Tue Mar 14 23:56:57 2006 +0000 @@ -201,6 +201,15 @@ void gaim_proxy_init(void); /** + * Returns configuration of a proxy. + * + * @param account The account for which the configuration is needed. + * + * @return The configuration of a proxy. + */ +GaimProxyInfo *gaim_proxy_get_setup(GaimAccount *account); + +/** * Makes a connection to the specified host and port. * * @param account The account making the connection.
