diff options
Diffstat (limited to 'src/xine-engine/info_helper.h')
-rw-r--r-- | src/xine-engine/info_helper.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/info_helper.h b/src/xine-engine/info_helper.h index 281411f7a..5cf4b9a00 100644 --- a/src/xine-engine/info_helper.h +++ b/src/xine-engine/info_helper.h @@ -123,7 +123,11 @@ 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, ...); +void _x_meta_info_set_multi(xine_stream_t *stream, int info, ...) +#ifdef __GNUC__ +__attribute__((sentinel)) +#endif +; /* * set a stream meta info |