diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 20:38:16 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 20:38:16 +0200 |
commit | 6b0bd243d70f430f9f19a61335a4a38e8a09bc11 (patch) | |
tree | efdd186c9dc3dfb3d6f88370a7355cf4c3f6b457 /src/libxineadec | |
parent | 57fdbd15c343a6cd3230ccb9e73e354f14731ce8 (diff) | |
parent | b56784ba37622f28147b6a10c7ba77f9c9fbf2f7 (diff) | |
download | xine-lib-6b0bd243d70f430f9f19a61335a4a38e8a09bc11.tar.gz xine-lib-6b0bd243d70f430f9f19a61335a4a38e8a09bc11.tar.bz2 |
Merge changes from main repository.
Diffstat (limited to 'src/libxineadec')
-rw-r--r-- | src/libxineadec/nosefart/log.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libxineadec/nosefart/log.h b/src/libxineadec/nosefart/log.h index c3494a6c7..a12deff0a 100644 --- a/src/libxineadec/nosefart/log.h +++ b/src/libxineadec/nosefart/log.h @@ -27,15 +27,12 @@ #define _LOG_H_ #include <stdio.h> +#include "attributes.h" extern int log_init(void); extern void log_shutdown(void); extern void log_print(const char *string); -extern void log_printf(const char *format, ...) -#ifdef __GNUC__ -__attribute__ ((format (printf, 1, 2))) -#endif -; +extern void log_printf(const char *format, ...) XINE_FORMAT_PRINTF(1, 2); #endif /* _LOG_H_ */ |