comparison libpurple/protocols/qq/group_im.h @ 24641:da1f0ff50d8a

Add a new function
author Hu Yong <ccpaging@gmail.com>
date Wed, 19 Nov 2008 08:32:31 +0000
parents b1dcda771fac
children 4deef745de87
comparison
equal deleted inserted replaced
24640:2cfdcaf6b5f3 24641:da1f0ff50d8a
36 void qq_room_got_chat_in(PurpleConnection *gc, 36 void qq_room_got_chat_in(PurpleConnection *gc,
37 guint32 room_id, guint32 uid_from, const gchar *msg, time_t in_time); 37 guint32 room_id, guint32 uid_from, const gchar *msg, time_t in_time);
38 38
39 int qq_chat_send(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags); 39 int qq_chat_send(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
40 void qq_process_room_send_im(PurpleConnection *gc, guint8 *data, gint len); 40 void qq_process_room_send_im(PurpleConnection *gc, guint8 *data, gint len);
41 void qq_process_room_send_im_ex(PurpleConnection *gc, guint8 *data, gint len);
41 42
42 void qq_process_room_im(guint8 *data, gint data_len, guint32 id, PurpleConnection *gc, guint16 msg_type); 43 void qq_process_room_im(guint8 *data, gint data_len, guint32 id, PurpleConnection *gc, guint16 msg_type);
43 44
44 #endif 45 #endif