comparison src/protocols/oscar/rxqueue.c @ 3960:7ba5f2e13ee8

[gaim-migrate @ 4142] Small oscar corrections. I don't think anything is really affected. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 13 Nov 2002 23:54:10 +0000
parents 07283934dedd
children 858979ab3867
comparison
equal deleted inserted replaced
3959:9c2d8579ff3e 3960:7ba5f2e13ee8
127 127
128 return payloadlen; 128 return payloadlen;
129 } 129 }
130 130
131 /* 131 /*
132 * Read a rendevouz header from conn into fr, and return the number of bytes in the payload. 132 * Read a rendezvous header from conn into fr, and return the number of bytes in the payload.
133 */ 133 */
134 static int aim_get_command_rendezvous(aim_session_t *sess, aim_conn_t *conn, aim_frame_t *fr) 134 static int aim_get_command_rendezvous(aim_session_t *sess, aim_conn_t *conn, aim_frame_t *fr)
135 { 135 {
136 fu8_t rendhdr_raw[8]; 136 fu8_t rendhdr_raw[8];
137 aim_bstream_t rendhdr; 137 aim_bstream_t rendhdr;