comparison libpurple/protocols/qq/buddy_status.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 44b4e8bd759b
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
1 /** 1 /**
2 * @file buddy_status.h 2 * @file buddy_status.h
3 * 3 *
4 * gaim 4 * purple
5 * 5 *
6 * Gaim is the legal property of its developers, whose names are too numerous 6 * Purple is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 8 * source distribution.
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
51 51
52 void qq_buddy_status_dump_unclear(qq_buddy_status *s); 52 void qq_buddy_status_dump_unclear(qq_buddy_status *s);
53 gboolean is_online(guint8 status); 53 gboolean is_online(guint8 status);
54 54
55 gint qq_buddy_status_read(guint8 *data, guint8 **cursor, gint len, qq_buddy_status *s); 55 gint qq_buddy_status_read(guint8 *data, guint8 **cursor, gint len, qq_buddy_status *s);
56 gint get_icon_offset(GaimConnection *gc); 56 gint get_icon_offset(PurpleConnection *gc);
57 57
58 void qq_send_packet_change_status(GaimConnection *gc); 58 void qq_send_packet_change_status(PurpleConnection *gc);
59 59
60 void qq_process_change_status_reply(guint8 *buf, gint buf_len, GaimConnection *gc); 60 void qq_process_change_status_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
61 void qq_process_friend_change_status(guint8 *buf, gint buf_len, GaimConnection *gc); 61 void qq_process_friend_change_status(guint8 *buf, gint buf_len, PurpleConnection *gc);
62 #endif 62 #endif