diff libpurple/proxy.h @ 32015:ba74745ff179

Hide PurpleProxyInfo struct.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 02 Sep 2011 02:42:39 +0000
parents 3e11fa72c5d8
children 06e0b6be6432
line wrap: on
line diff
--- a/libpurple/proxy.h	Fri Sep 02 01:58:56 2011 +0000
+++ b/libpurple/proxy.h	Fri Sep 02 02:42:39 2011 +0000
@@ -47,16 +47,7 @@
 /**
  * Information on proxy settings.
  */
-typedef struct
-{
-	PurpleProxyType type;   /**< The proxy type.  */
-
-	char *host;           /**< The host.        */
-	int   port;           /**< The port number. */
-	char *username;       /**< The username.    */
-	char *password;       /**< The password.    */
-
-} PurpleProxyInfo;
+typedef struct _PurpleProxyInfo PurpleProxyInfo;
 
 typedef struct _PurpleProxyConnectData PurpleProxyConnectData;