From 3d89312bd0301ed4d08bd4a6502741c01560ac48 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 1 Jan 2009 18:06:22 +0000 Subject: Mark the old MRL reference event struct as deprecated. --- include/xine.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3