]> git.meshlink.io Git - catta/blobdiff - avahi-glib/glib-malloc.h
Sending translation for Hungarian
[catta] / avahi-glib / glib-malloc.h
index 7ce8269b0384b159c1cf4a1dedad2bc905f5dff3..675ccb579ad0645aa8c007e0d59d3617dd31c8b8 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
+ and friends. The 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