diff 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
line wrap: on
line diff
--- a/src/protocols/oscar/txqueue.c	Fri Oct 11 02:10:08 2002 +0000
+++ b/src/protocols/oscar/txqueue.c	Fri Oct 11 03:14:01 2002 +0000
@@ -10,6 +10,8 @@
 
 #ifndef _WIN32
 #include <sys/socket.h>
+#else
+#include "win32dep.h"
 #endif
 
 /*
@@ -24,7 +26,7 @@
  * chan = channel for FLAP, hdrtype for OFT
  *
  */
-faim_internal aim_frame_t *aim_tx_new(aim_session_t *sess, aim_conn_t *conn, fu8_t framing, fu8_t chan, int datalen)
+faim_internal aim_frame_t *aim_tx_new(aim_session_t *sess, aim_conn_t *conn, fu8_t framing, fu16_t chan, int datalen)
 {
 	aim_frame_t *fr;