Mercurial > pidgin.yaz
view libpurple/protocols/bonjour/dns_sd_proxy.h @ 19363:0d31b54d885a
Calculate what buddy we're pointing at from the middle of the cell rather than the age. Fixes #1422
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 22 Aug 2007 22:49:28 +0000 |
parents | db6218615be4 |
children | c2d3c9fc71b5 |
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 #endif #include <dns_sd.h> #endif