X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2Fglib-malloc.h;h=5982e08961a4b07222c5abd91c7fbf1038e40d75;hb=d58a7d27ad23a83ffc24efd84b2627bce2723512;hp=7ce8269b0384b159c1cf4a1dedad2bc905f5dff3;hpb=4f0a5e7572a4257894b4bfede42c26d65152609e;p=catta diff --git a/avahi-glib/glib-malloc.h b/avahi-glib/glib-malloc.h index 7ce8269..5982e08 100644 --- a/avahi-glib/glib-malloc.h +++ b/avahi-glib/glib-malloc.h @@ -29,17 +29,13 @@ #include #include -#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