Mercurial > pidgin.yaz
view libpurple/protocols/bonjour/dns_sd_proxy.h @ 18920:2a9d60d7af82
Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Tue, 31 Jul 2007 03:50:41 +0000 |
parents | d7b50cac1c7a |
children | db6218615be4 |
line wrap: on
line source
#ifndef _DNS_SD_PROXY #define _DNS_SD_PROXY #include <stdint.h> /* fixup to make pidgin compile against win32 bonjour */ #ifdef _WIN32 #define _MSL_STDINT_H #undef bzero #endif #include <dns_sd.h> /* dns_sd.h defines bzero and we also do in libc_internal.h */ #ifdef _WIN32 #undef bzero #endif #endif