Mercurial > pidgin
comparison libpurple/protocols/qq/qq_process.c @ 24115:bcfc98c7a55f
merge of '546bf87105ac5b97c3962c083dfab015d37d9b05'
and 'e21702f98a100a93853bc53855b25488f2f9dbf7'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 15 Sep 2008 03:06:03 +0000 |
parents | 69c218fd5d54 225e0e9e1055 |
children | d57928c9dd8f |
comparison
equal
deleted
inserted
replaced
23881:69c218fd5d54 | 24115:bcfc98c7a55f |
---|---|
522 qq_data *qd; | 522 qq_data *qd; |
523 | 523 |
524 guint8 *data; | 524 guint8 *data; |
525 gint data_len; | 525 gint data_len; |
526 | 526 |
527 gboolean ret_bool = FALSE; | |
528 guint8 ret_8 = 0; | 527 guint8 ret_8 = 0; |
529 guint16 ret_16 = 0; | 528 guint16 ret_16 = 0; |
530 guint32 ret_32 = 0; | 529 guint32 ret_32 = 0; |
531 gboolean is_unknow = FALSE; | 530 gboolean is_unknow = FALSE; |
532 | 531 |