~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-02 11:20:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080702112018-14sy0yept6am7tc7
Tags: 1:2.4.3-0ubuntu1
* New upstream version:
  - can connect to the icq server (lp: #244591)
* debian/control,
  debian/rules:
  - build-depends on libsilc which is in main now (lp: #44728)
* debian/patches/16_yahoo_icon_crash.patch:
  - updated, some of the changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
void qq_send_cmd_group_join_group(PurpleConnection *gc, qq_group *group);
47
47
void qq_group_exit(PurpleConnection *gc, GHashTable *data);
48
48
void qq_send_cmd_group_exit_group(PurpleConnection *gc, qq_group *group);
49
 
void qq_process_group_cmd_exit_group(guint8 *data, guint8 **cursor, gint len, PurpleConnection *gc);
50
 
void qq_process_group_cmd_join_group_auth(guint8 *data, guint8 **cursor, gint len, PurpleConnection *gc);
51
 
void qq_process_group_cmd_join_group(guint8 *data, guint8 **cursor, gint len, PurpleConnection *gc);
 
49
void qq_process_group_cmd_exit_group(guint8 *data, gint len, PurpleConnection *gc);
 
50
void qq_process_group_cmd_join_group_auth(guint8 *data, gint len, PurpleConnection *gc);
 
51
void qq_process_group_cmd_join_group(guint8 *data, gint len, PurpleConnection *gc);
52
52
 
53
53
#endif