Signed-off-by: Federico Mena Quintero <federico@novell.com>
* put #NULL in @hosts_ret if there is no proxy configured.
*/
void
-camel_session_get_socks_proxy (CamelSession *session, const char **host_ret, int *port_ret)
+camel_session_get_socks_proxy (CamelSession *session, gchar **host_ret, gint *port_ret)
{
g_return_if_fail (CAMEL_IS_SESSION (session));
g_return_if_fail (host_ret != NULL);
const gchar *socks_host,
gint socks_port);
void camel_session_get_socks_proxy (CamelSession *session,
- const char **host_ret,
- int *port_ret);
+ gchar **host_ret,
+ gint *port_ret);
CamelService * camel_session_get_service (CamelSession *session,
const gchar *url_string,