comparison src/protocols/rendezvous/mdns.h @ 8546:9aa6017da568

[gaim-migrate @ 9288] Might as well have this up to date with the small changes I'd made committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 01 Apr 2004 17:42:12 +0000
parents c3ffec7fab94
children f3b928825a72
comparison
equal deleted inserted replaced
8545:07059ef55c9c 8546:9aa6017da568
24 */ 24 */
25 25
26 #ifndef _MDNS_H_ 26 #ifndef _MDNS_H_
27 #define _MDNS_H_ 27 #define _MDNS_H_
28 28
29 #include <errno.h> 29 #include "internal.h"
30 #include <string.h>
31 #include <arpa/inet.h>
32 #include <netinet/in.h>
33 #include <sys/socket.h>
34 #include <sys/types.h>
35
36 #include "debug.h" 30 #include "debug.h"
37 31
38 /* 32 /*
39 * Some #define's stolen from libfaim. Used to put 33 * Some #define's stolen from libfaim. Used to put
40 * binary data (bytes, shorts and ints) into an array. 34 * binary data (bytes, shorts and ints) into an array.