X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fcdecl.h;h=fc89197b9280ad24b0a6ff4f095650c54f38bab7;hb=7289ee4063da05f276bce22685312baa83f0f117;hp=82c687dad198071426597bcd27bf10201f7cbd1d;hpb=14f8d9beb7ef14b0aab5512345e09109bdd8cb0c;p=catta diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h index 82c687d..fc89197 100644 --- a/avahi-common/cdecl.h +++ b/avahi-common/cdecl.h @@ -22,17 +22,17 @@ USA. ***/ - +/** \file cdecl.h C++ compatibility */ #ifdef __cplusplus /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN extern "C" { -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END } #else /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END #endif