diff src/protocols/yahoo/yahoo_packet.h @ 13200:33bef17125c2

[gaim-migrate @ 15563] This is the soon-to-be-infamous nonblocking network activity patch that I've been working on. Feel free to yell at me if this makes you unhappy. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 04:17:56 +0000
parents b41b75f709e4
children 4f8c85836b41
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_packet.h	Thu Feb 09 04:14:54 2006 +0000
+++ b/src/protocols/yahoo/yahoo_packet.h	Thu Feb 09 04:17:56 2006 +0000
@@ -125,7 +125,8 @@
 void yahoo_packet_hash_int(struct yahoo_packet *pkt, int key, int value);
 int yahoo_packet_send(struct yahoo_packet *pkt, struct yahoo_data *yd);
 int yahoo_packet_send_and_free(struct yahoo_packet *pkt, struct yahoo_data *yd);
-int yahoo_packet_send_special(struct yahoo_packet *pkt, int fd, int pad);
+gsize yahoo_packet_build(struct yahoo_packet *pkt, int pad, gboolean wm,
+guchar **buf);
 void yahoo_packet_read(struct yahoo_packet *pkt, guchar *data, int len);
 void yahoo_packet_write(struct yahoo_packet *pkt, guchar *data);
 void yahoo_packet_dump(guchar *data, int len);