libpurple/protocols/mxit/profile.h

branch
mxit
changeset 30519
de9e72446479
parent 30211
6c81374b615e
child 30563
fc5b108112ae
--- a/libpurple/protocols/mxit/profile.h	Fri Jul 16 12:15:28 2010 +0000
+++ b/libpurple/protocols/mxit/profile.h	Mon Jul 19 08:39:45 2010 +0000
@@ -44,6 +44,8 @@
 	char		email[64];							/* user's email address */
 	char		mobilenr[21];						/* user's mobile number */
 	char		regcountry[3];						/* user's registered country code */
+	int64_t		flags;								/* user's profile flags */
+	int64_t		lastonline;							/* user's last-online timestamp */
 
 	gboolean	hidden;								/* set if the user's msisdn should remain hidden */
 };

mercurial