Mercurial > pidgin
diff src/protocols/rendezvous/mdns.h @ 8738:dbbf5470ba05
[gaim-migrate @ 9493]
Committing some stuff before I break it
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 21 Apr 2004 03:37:30 +0000 |
| parents | 92cbf9713795 |
| children | 8212661dc3cc |
line wrap: on
line diff
--- a/src/protocols/rendezvous/mdns.h Wed Apr 21 01:45:57 2004 +0000 +++ b/src/protocols/rendezvous/mdns.h Wed Apr 21 03:37:30 2004 +0000 @@ -156,6 +156,7 @@ */ int mdns_query(int fd, const char *domain, unsigned short type); +int mdns_send_rr(int fd, ResourceRecord *rr); int mdns_advertise_null(int fd, const char *name, const char *data, unsigned short rdlength); int mdns_advertise_ptr(int fd, const char *name, const char *domain); int mdns_advertise_txt(int fd, const char *name, const GSList *txt); @@ -177,5 +178,6 @@ * @param dns The DNSPacket that you want to free. */ void mdns_free(DNSPacket *dns); +void mdns_free_rr(ResourceRecord *rr); #endif /* _MDNS_H_ */
