#include <avahi-common/cdecl.h>

Go to the source code of this file.
Defines | |
| #define | AVAHI_GCC_NORETURN | 
| #define | AVAHI_GCC_PRINTF_ATTR(a, b) | 
| #define | AVAHI_GCC_PRINTF_ATTR12 AVAHI_GCC_PRINTF_ATTR(1,2) | 
| #define | AVAHI_GCC_PRINTF_ATTR23 AVAHI_GCC_PRINTF_ATTR(2,3) | 
| #define | AVAHI_GCC_SENTINEL | 
| #define | AVAHI_GCC_UNUSED | 
Defines some macros for GCC extensions
Definition in file gccmacro.h.
| #define AVAHI_GCC_NORETURN | 
Macro for no-return functions
Definition at line 55 of file gccmacro.h.
| #define AVAHI_GCC_PRINTF_ATTR | ( | a, | |
| b | |||
| ) | 
Macro for usage of GCC's printf compilation warnings
Definition at line 42 of file gccmacro.h.
| #define AVAHI_GCC_PRINTF_ATTR12 AVAHI_GCC_PRINTF_ATTR(1,2) | 
Same as AVAHI_GCC_PRINTF_ATTR but hard coded to arguments 1 and 2
Definition at line 46 of file gccmacro.h.
| #define AVAHI_GCC_PRINTF_ATTR23 AVAHI_GCC_PRINTF_ATTR(2,3) | 
Same as AVAHI_GCC_PRINTF_ATTR but hard coded to arguments 2 and 3
Definition at line 49 of file gccmacro.h.
| #define AVAHI_GCC_SENTINEL | 
Macro for usage of GCC's sentinel compilation warnings
Definition at line 35 of file gccmacro.h.
| #define AVAHI_GCC_UNUSED | 
Macro for not used parameter
Definition at line 62 of file gccmacro.h.