comparison libpurple/protocols/qq/buddy_memo.h @ 25150:d673ccc44a6e

2009.02.24 - flos <lonicerae(at)gmail.com> * Changed update_class type from gint to guint32 * Fixed a bug of displaying of memo when memo is nothing
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Feb 2009 14:33:49 +0000
parents 7da3cf2530b7
children b16a35e21a3d
comparison
equal deleted inserted replaced
25149:7da3cf2530b7 25150:d673ccc44a6e
14 QQ_BUDDY_MEMO_REMOVE, /* remove memo */ 14 QQ_BUDDY_MEMO_REMOVE, /* remove memo */
15 QQ_BUDDY_MEMO_GET /* get memo */ 15 QQ_BUDDY_MEMO_GET /* get memo */
16 }; 16 };
17 17
18 18
19 void qq_process_get_buddy_memo(PurpleConnection *gc, guint8* data, gint data_len, guint32 action); 19 void qq_process_get_buddy_memo(PurpleConnection *gc, guint8* data, gint data_len, guint32 update_class, guint32 action);
20 20
21 void qq_request_buddy_memo(PurpleConnection *gc, guint32 bd_uid, guint32 update_class, int action); 21 void qq_request_buddy_memo(PurpleConnection *gc, guint32 bd_uid, guint32 update_class, guint32 action);
22
23 void qq_create_buddy_memo(PurpleConnection *gc, guint32 bd_uid, int action);
24 22
25 #endif 23 #endif
26 24