~ubuntu-branches/ubuntu/raring/pidgin/raring

« back to all changes in this revision

Viewing changes to libpurple/protocols/qq/qq_base.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mto: (46.1.1 karmic)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20081022215141-ofqitm4aggw7x7ip
Tags: upstream-2.5.2
ImportĀ upstreamĀ versionĀ 2.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#define QQ_UPDATE_ONLINE_INTERVAL   300 /* in sec */
45
45
 
46
46
void qq_send_packet_token(PurpleConnection *gc);
47
 
guint8 qq_process_token_reply(PurpleConnection *gc, gchar *error_msg, guint8 *buf, gint buf_len);
 
47
guint8 qq_process_token_reply(PurpleConnection *gc, guint8 *buf, gint buf_len);
48
48
 
49
49
void qq_send_packet_login(PurpleConnection *gc);
50
 
guint8 qq_process_login_reply(guint8 *data, gint data_len, PurpleConnection *gc);
 
50
guint8 qq_process_login_reply( PurpleConnection *gc, guint8 *data, gint data_len);
51
51
 
52
52
void qq_send_packet_logout(PurpleConnection *gc);
53
53