X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ftimeval.h;h=8bdb073dbdc071d3f7fdba5a5991b2aac8042e47;hb=a534996c7f304b219c3c3c41d97f6c20051871f2;hp=5bbe1a705e5535fd62f3c5f488f21fa0db628a94;hpb=ee4cc41fafaac0a2d76c1c791f6d43a6b6d937a7;p=catta diff --git a/avahi-common/timeval.h b/avahi-common/timeval.h index 5bbe1a7..8bdb073 100644 --- a/avahi-common/timeval.h +++ b/avahi-common/timeval.h @@ -22,14 +22,14 @@ USA. ***/ +/** \file timeval.h Functions to facilitate timeval handling */ + #include #include #include -#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