diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h b/include/xine.h index b4573bf73..d92c48077 100644 --- a/include/xine.h +++ b/include/xine.h @@ -1860,7 +1860,7 @@ typedef struct { typedef struct { int alternative; /* alternative playlist number, usually 0 */ char mrl[1]; /* might (will) be longer */ -} xine_mrl_reference_data_t; +} xine_mrl_reference_data_t XINE_DEPRECATED; typedef struct { int alternative; /* as above */ |