summaryrefslogtreecommitdiffstats
path: root/avahi-common/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/malloc.h')
-rw-r--r--avahi-common/malloc.h2
1 files changed, 2 insertions, 0 deletions
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