diff libpurple/protocols/qq/qq.h @ 25146:7f903e67a995

2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com> * Added buddy 'get memo', 'remove memo', 'upload memo' functions
author SHiNE CsyFeK <csyfek@gmail.com>
date Mon, 09 Feb 2009 15:49:14 +0000
parents effbf24b39b1
children 7da3cf2530b7
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.h	Sun Feb 08 10:34:31 2009 +0000
+++ b/libpurple/protocols/qq/qq.h	Mon Feb 09 15:49:14 2009 +0000
@@ -98,6 +98,7 @@
 	time_t signon;
 	time_t idle;
 	time_t last_update;
+	gchar** memo;
 
 	gint8  role;		/* role in group, used only in group->members list */
 };