diff options
Diffstat (limited to 'src/xine-engine/info_helper.h')
-rw-r--r-- | src/xine-engine/info_helper.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xine-engine/info_helper.h b/src/xine-engine/info_helper.h index 7eaa93f9c..a21372e22 100644 --- a/src/xine-engine/info_helper.h +++ b/src/xine-engine/info_helper.h @@ -123,11 +123,7 @@ void _x_meta_info_set_generic(xine_stream_t *stream, int info, const char *str, * ... one or more meta info, followed by a NULL pointer * */ -void _x_meta_info_set_multi(xine_stream_t *stream, int info, ...) -#ifdef __GNUC__ -__attribute__((sentinel)) -#endif - XINE_PROTECTED; +void _x_meta_info_set_multi(xine_stream_t *stream, int info, ...) XINE_SENTINEL XINE_PROTECTED; /* * set a stream meta info |