comparison src/protocols/oscar/txqueue.c @ 3630:9682c0e022c6

[gaim-migrate @ 3753] Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 11 Oct 2002 03:14:01 +0000
parents e729c064bc1b
children 07283934dedd
comparison
equal deleted inserted replaced
3629:afc5bb164c5a 3630:9682c0e022c6
8 #define FAIM_INTERNAL 8 #define FAIM_INTERNAL
9 #include <aim.h> 9 #include <aim.h>
10 10
11 #ifndef _WIN32 11 #ifndef _WIN32
12 #include <sys/socket.h> 12 #include <sys/socket.h>
13 #else
14 #include "win32dep.h"
13 #endif 15 #endif
14 16
15 /* 17 /*
16 * Allocate a new tx frame. 18 * Allocate a new tx frame.
17 * 19 *
22 * 24 *
23 * framing = AIM_FRAMETYPE_OFT/FLAP 25 * framing = AIM_FRAMETYPE_OFT/FLAP
24 * chan = channel for FLAP, hdrtype for OFT 26 * chan = channel for FLAP, hdrtype for OFT
25 * 27 *
26 */ 28 */
27 faim_internal aim_frame_t *aim_tx_new(aim_session_t *sess, aim_conn_t *conn, fu8_t framing, fu8_t chan, int datalen) 29 faim_internal aim_frame_t *aim_tx_new(aim_session_t *sess, aim_conn_t *conn, fu8_t framing, fu16_t chan, int datalen)
28 { 30 {
29 aim_frame_t *fr; 31 aim_frame_t *fr;
30 32
31 if (!conn) { 33 if (!conn) {
32 faimdprintf(sess, 0, "aim_tx_new: ERROR: no connection specified\n"); 34 faimdprintf(sess, 0, "aim_tx_new: ERROR: no connection specified\n");