X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fmalloc.h;h=2430199290dfab668ad065f7fcd835d44a88335f;hb=b961e134cfaf3077dae0d83efa0fffeacf134fa7;hp=40b6272d5aacbc9d26c06ff9006ae98186603eb1;hpb=df591ee292c99ead3a286c50f64e5c461f3a9d8e;p=catta diff --git a/avahi-common/malloc.h b/avahi-common/malloc.h index 40b6272..2430199 100644 --- a/avahi-common/malloc.h +++ b/avahi-common/malloc.h @@ -88,8 +88,10 @@ void avahi_set_allocator(const AvahiAllocator *a); /** Like sprintf() but store the result in a freshly allocated buffer. Free this with avahi_free() */ char *avahi_strdup_printf(const char *fmt, ... ) AVAHI_GCC_PRINTF_ATTR12; +/** \cond fulldocs */ /** Same as avahi_strdup_printf() but take a va_list instead of varargs */ char *avahi_strdup_vprintf(const char *fmt, va_list ap); +/** \endcond */ AVAHI_C_DECL_END