src/protocols/yahoo/yahoo_filexfer.c

changeset 10392
6a9728e72c11
parent 10361
49faae09750d
child 10394
ad8f7dfef0cb
--- a/src/protocols/yahoo/yahoo_filexfer.c	Thu Dec 16 15:36:49 2004 +0000
+++ b/src/protocols/yahoo/yahoo_filexfer.c	Thu Dec 16 21:47:54 2004 +0000
@@ -28,6 +28,7 @@
 #include "proxy.h"
 #include "ft.h"
 #include "yahoo.h"
+#include "yahoo_packet.h"
 #include "yahoo_filexfer.h"
 
 
@@ -141,7 +142,7 @@
 			       buf);
 	write(xfer->fd, post, strlen(post));
 
-	yahoo_send_packet_special(xfer->fd, pkt, 8);
+	yahoo_packet_send_special(pkt, xfer->fd, 8);
 	yahoo_packet_free(pkt);
 
 	write(xfer->fd, "29\xc0\x80", 4);

mercurial