diff options
Diffstat (limited to 'tools/playlist.h')
-rw-r--r-- | tools/playlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/playlist.h b/tools/playlist.h index f86dbfb1..4f36b415 100644 --- a/tools/playlist.h +++ b/tools/playlist.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: playlist.h,v 1.6 2008-01-10 23:32:18 phelin Exp $ + * $Id: playlist.h,v 1.7 2008-01-10 23:37:36 phelin Exp $ * */ @@ -124,6 +124,7 @@ class cPlaylist : protected cList<cPlaylistItem> cPlaylistItem *Prev(void); static cString EscapeMrl(const char *name); + static cString GetEntry(cPlaylistItem *i, bool isPlaylist = false, bool isCurrent = false); }; |