]> git.meshlink.io Git - catta/blobdiff - avahi-common/timeval.h
brown paperbag: actually reserve memory for our AvahiAddress before parsing data...
[catta] / avahi-common / timeval.h
index 5bbe1a705e5535fd62f3c5f488f21fa0db628a94..8bdb073dbdc071d3f7fdba5a5991b2aac8042e47 100644 (file)
   USA.
 ***/
 
+/** \file timeval.h Functions to facilitate timeval handling */
+
 #include <inttypes.h>
 #include <sys/time.h>
 
 #include <avahi-common/cdecl.h>
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
-#endif
 
 /** A numeric data type for storing microsecond values. (signed 64bit integer) */
 typedef int64_t AvahiUsec;
@@ -51,8 +51,6 @@ AvahiUsec avahi_age(const struct timeval *a);
  * the jitter */
 struct timeval *avahi_elapse_time(struct timeval *tv, unsigned ms, unsigned j);
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
 
 #endif