diff libpurple/account.h @ 32711:385ee739940c

The intention is to make PurpleAccount a private structure in account.c, so merge PurpleAccountPrivate into PurpleAccount.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 21:54:15 +0000
parents 839116243947
children c774000690b4
line wrap: on
line diff
--- a/libpurple/account.h	Sat Oct 01 21:32:38 2011 +0000
+++ b/libpurple/account.h	Sat Oct 01 21:54:15 2011 +0000
@@ -167,7 +167,7 @@
 	PurpleAccountRegistrationCb registration_cb;
 	void *registration_cb_user_data;
 
-	gpointer priv;              /**< Pointer to opaque private data. */
+	PurpleConnectionErrorInfo *current_error;	/**< Errors */
 };
 
 #ifdef __cplusplus