diff libpurple/proxy.h @ 25392:4670851af098

Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 06 Jan 2009 03:46:52 +0000
parents 67581872c47f
children d25cbbea7fe5
line wrap: on
line diff
--- a/libpurple/proxy.h	Fri Jan 02 22:52:17 2009 +0000
+++ b/libpurple/proxy.h	Tue Jan 06 03:46:52 2009 +0000
@@ -186,6 +186,13 @@
  */
 PurpleProxyInfo *purple_global_proxy_get_info(void);
 
+/**
+ * Set purple's global proxy information.
+ *
+ * @param info     The proxy information.
+ */
+void purple_global_proxy_set_info(PurpleProxyInfo *info);
+
 /*@}*/
 
 /**************************************************************************/