X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Flog.h;h=064e4185dc965515e6bd461e8d31f738b7037a88;hb=38b45921cd1d33119f1c06979a57bcfe982e22da;hp=e75b6c0b8270561ac90666a45837194b14d245c2;hpb=c0244c2448a5504581ae24e78b5859760b999b8e;p=catta diff --git a/avahi-core/log.h b/avahi-core/log.h index e75b6c0..064e418 100644 --- a/avahi-core/log.h +++ b/avahi-core/log.h @@ -24,6 +24,11 @@ #include #include +#include + +/** \file log.h Extensible logging subsystem */ + +AVAHI_C_DECL_BEGIN #ifdef __GNUC__ #define AVAHI_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b))) @@ -74,4 +79,6 @@ void avahi_log_info(const gchar*format, ...) AVAHI_GCC_PRINTF_ATTR12; /** Shortcut for avahi_log(AVAHI_LOG_DEBUG, ...) */ void avahi_log_debug(const gchar*format, ...) AVAHI_GCC_PRINTF_ATTR12; +AVAHI_C_DECL_END + #endif