]> git.meshlink.io Git - catta/blobdiff - avahi-glib/glib-malloc.h
* several glib adapter cleanups:
[catta] / avahi-glib / glib-malloc.h
index 7ce8269b0384b159c1cf4a1dedad2bc905f5dff3..5982e08961a4b07222c5abd91c7fbf1038e40d75 100644 (file)
 #include <avahi-common/cdecl.h>
 #include <avahi-common/malloc.h>
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
-#endif
 
 /** Return a pointer to a memory allocator that uses GLib's g_malloc()
  and frinds. Th returned structure is statically allocated, and needs
  not to be copied or freed. Pass this directly to avahi_set_allocator(). */
 const AvahiAllocator * avahi_glib_allocator(void);
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
 
 #endif