comparison src/protocols/rendezvous/mdns.c @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents f63abdb00499
children 782c1b564906
comparison
equal deleted inserted replaced
9943:f8e395a054e2 9944:e4a27c9aec4c
1381 } 1381 }
1382 1382
1383 /** 1383 /**
1384 * If invalid data is encountered at any point when parsing data 1384 * If invalid data is encountered at any point when parsing data
1385 * then the entire packet is discarded and NULL is returned. 1385 * then the entire packet is discarded and NULL is returned.
1386 *
1386 */ 1387 */
1387 DNSPacket * 1388 DNSPacket *
1388 mdns_read(int fd) 1389 mdns_read(int fd)
1389 { 1390 {
1390 DNSPacket *dns = NULL; 1391 DNSPacket *dns = NULL;