comparison libpurple/protocols/qq/qq_trans.c @ 24117:d57928c9dd8f

2008.09.19 - ccpaging <ccpaging(at)gmail.com> * Rewrite buddy modify info, there is a ticket for this problem * Use ship32 to trans action code between request packet and reply packet process
author SHiNE CsyFeK <csyfek@gmail.com>
date Fri, 19 Sep 2008 14:46:41 +0000
parents bcfc98c7a55f
children bdfcfd71449c
comparison
equal deleted inserted replaced
24116:b72816d1a131 24117:d57928c9dd8f
129 trans->data = g_memdup(data, data_len); 129 trans->data = g_memdup(data, data_len);
130 trans->data_len = data_len; 130 trans->data_len = data_len;
131 } 131 }
132 132
133 trans->update_class = update_class; 133 trans->update_class = update_class;
134 trans->ship32 = ship32;
134 return trans; 135 return trans;
135 } 136 }
136 137
137 /* Remove a packet with seq from send trans */ 138 /* Remove a packet with seq from send trans */
138 static void trans_remove(PurpleConnection *gc, qq_transaction *trans) 139 static void trans_remove(PurpleConnection *gc, qq_transaction *trans)