X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fcdecl.h;h=fc89197b9280ad24b0a6ff4f095650c54f38bab7;hb=2aa690d481dba89652820faadeed15c8ad896041;hp=a40126ddca12359f0c4c5f23b46429263e26a539;hpb=54d7450ef8b085110c380d4263794deffa5edda4;p=catta diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h index a40126d..fc89197 100644 --- a/avahi-common/cdecl.h +++ b/avahi-common/cdecl.h @@ -22,19 +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