summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-01 18:06:22 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-01 18:06:22 +0000
commit3d89312bd0301ed4d08bd4a6502741c01560ac48 (patch)
tree1005586bc8cf12a655187a29b2c5b22dd9a4ed2f
parented75705f86a14bfd255aa5183803e4a6c5ce90c8 (diff)
downloadxine-lib-3d89312bd0301ed4d08bd4a6502741c01560ac48.tar.gz
xine-lib-3d89312bd0301ed4d08bd4a6502741c01560ac48.tar.bz2
Mark the old MRL reference event struct as deprecated.
-rw-r--r--include/xine.h.in2
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 */