comparison libpurple/protocols/qq/file_trans.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 file_trans.h 2 * @file file_trans.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
57 /* #define QQ_PACKET_TAG 0x02 */ /* all QQ text packets starts with it */ 57 /* #define QQ_PACKET_TAG 0x02 */ /* all QQ text packets starts with it */
58 #define QQ_FILE_DATA_PACKET_TAG 0x03 58 #define QQ_FILE_DATA_PACKET_TAG 0x03
59 #define QQ_FILE_AGENT_PACKET_TAG 0x04 59 #define QQ_FILE_AGENT_PACKET_TAG 0x04
60 /* #define QQ_PACKET_TAIL 0x03 */ /* all QQ text packets end with it */ 60 /* #define QQ_PACKET_TAIL 0x03 */ /* all QQ text packets end with it */
61 61
62 void qq_send_file_ctl_packet(GaimConnection *gc, guint16 packet_type, guint32 to_uid, guint8 hellobyte); 62 void qq_send_file_ctl_packet(PurpleConnection *gc, guint16 packet_type, guint32 to_uid, guint8 hellobyte);
63 void qq_process_recv_file(GaimConnection *gc, guint8 *data, gint len); 63 void qq_process_recv_file(PurpleConnection *gc, guint8 *data, gint len);
64 /* void qq_send_file_data_packet(GaimConnection *gc, guint16 packet_type, guint8 sub_type, guint32 fragment_index, guint16 seq, guint8 *data, gint len); */ 64 /* void qq_send_file_data_packet(PurpleConnection *gc, guint16 packet_type, guint8 sub_type, guint32 fragment_index, guint16 seq, guint8 *data, gint len); */
65 void qq_xfer_close_file(GaimXfer *xfer); 65 void qq_xfer_close_file(PurpleXfer *xfer);
66 #endif 66 #endif