From 2f1752dd6c9c5c45ba432a8aff2a30d29ca0e7c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 31 May 2008 21:27:28 +0300 Subject: [PATCH] Playlist stuff belong in vlc_playlist.h --- include/vlc_playlist.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index bb78449cc9..9070f754ba 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -254,6 +254,16 @@ struct playlist_add_t #define ORDER_NORMAL 0 #define ORDER_REVERSE 1 +/* Used by playlist_Import */ +#define PLAYLIST_INSERT 0x0001 +#define PLAYLIST_APPEND 0x0002 +#define PLAYLIST_GO 0x0004 +#define PLAYLIST_PREPARSE 0x0008 +#define PLAYLIST_SPREPARSE 0x0010 +#define PLAYLIST_NO_REBUILD 0x0020 + +#define PLAYLIST_END -666 + /***************************************************************************** * Prototypes *****************************************************************************/ -- 2.39.5