From dc7ba390ce47ec3179fbddbf0b119c7fd730cb4a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 24 Oct 2003 09:34:01 +0000 Subject: * notify the user that the save feature is disabled by default * security warning when the user tries to set the save_dir to a dangerous location CVS patchset: 5586 CVS date: 2003/10/24 09:34:01 --- include/xine.h.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 8a0ec2e31..7675cc4c6 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.99 2003/10/22 16:49:26 mroi Exp $ + * $Id: xine.h.in,v 1.100 2003/10/24 09:34:01 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1576,7 +1576,8 @@ typedef struct { #define XINE_MSG_FILE_NOT_FOUND 6 /* (file name or mrl) */ #define XINE_MSG_READ_ERROR 7 /* (device/file/mrl) */ #define XINE_MSG_LIBRARY_LOAD_ERROR 8 /* (library/decoder) */ -#define XINE_MSG_ENCRYPTED_SOURCE 9 /* none */ +#define XINE_MSG_ENCRYPTED_SOURCE 9 /* none */ +#define XINE_MSG_SECURITY 10 /* (security message) */ /* opaque xine_event_queue_t */ typedef struct xine_event_queue_s xine_event_queue_t; -- cgit v1.2.3