diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 33844a0e2..8417932f5 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1917,7 +1917,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 */ |