Mercurial > pidgin
diff src/protocols/qq/send_file.h @ 14021:ef8490f9e823
[gaim-migrate @ 16618]
Replaced all C++-style comments with C-style ones.
Cleaned up some comments and implemented a more consistent formatting scheme.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Huetsch <markhuetsch> |
|---|---|
| date | Wed, 02 Aug 2006 15:35:36 +0000 |
| parents | 983fd420e86b |
| children |
line wrap: on
line diff
--- a/src/protocols/qq/send_file.h Wed Aug 02 13:37:13 2006 +0000 +++ b/src/protocols/qq/send_file.h Wed Aug 02 15:35:36 2006 +0000 @@ -44,21 +44,16 @@ gboolean use_major; } ft_info; -void qq_process_recv_file_accept - (guint8 * data, guint8 ** cursor, gint data_len, guint32 sender_uid, - GaimConnection * gc); -void qq_process_recv_file_reject - (guint8 * data, guint8 ** cursor, gint data_len, guint32 sender_uid, - GaimConnection * gc); -void qq_process_recv_file_cancel - (guint8 * data, guint8 ** cursor, gint data_len, guint32 sender_uid, - GaimConnection * gc); -void qq_process_recv_file_request - (guint8 * data, guint8 ** cursor, gint data_len, guint32 sender_uid, - GaimConnection * gc); -void qq_process_recv_file_notify - (guint8 * data, guint8 ** cursor, gint data_len, guint32 sender_uid, - GaimConnection * gc); +void qq_process_recv_file_accept(guint8 *data, guint8 **cursor, gint data_len, + guint32 sender_uid, GaimConnection *gc); +void qq_process_recv_file_reject(guint8 *data, guint8 **cursor, gint data_len, + guint32 sender_uid, GaimConnection *gc); +void qq_process_recv_file_cancel(guint8 *data, guint8 **cursor, gint data_len, + guint32 sender_uid, GaimConnection *gc); +void qq_process_recv_file_request(guint8 *data, guint8 **cursor, gint data_len, + guint32 sender_uid, GaimConnection *gc); +void qq_process_recv_file_notify(guint8 *data, guint8 **cursor, gint data_len, + guint32 sender_uid, GaimConnection *gc); gboolean qq_can_receive_file(GaimConnection *gc, const char *who); void qq_send_file(GaimConnection *gc, const char *who, const char *file); void qq_get_conn_info(guint8 *data, guint8 **cursor, gint data_len, ft_info *info);
