]> git.meshlink.io Git - catta/blobdiff - avahi-common/cdecl.h
Sending translation for Polish
[catta] / avahi-common / cdecl.h
index a40126ddca12359f0c4c5f23b46429263e26a539..fc89197b9280ad24b0a6ff4f095650c54f38bab7 100644 (file)
   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