Hardeep Sidhu | 00acdfa | 2003-12-10 00:11:25 +0000 | [diff] [blame] | 1 | /*************************************************************************** |
| 2 | * |
| 3 | * __________ __ ___. |
| 4 | * Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 5 | * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 6 | * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 7 | * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 8 | * \/ \/ \/ \/ \/ |
| 9 | * $Id$ |
| 10 | * |
| 11 | * Copyright (C) 2003 Hardeep Sidhu |
| 12 | * |
Daniel Stenberg | 2acc0ac | 2008-06-28 18:10:04 +0000 | [diff] [blame^] | 13 | * This program is free software; you can redistribute it and/or |
| 14 | * modify it under the terms of the GNU General Public License |
| 15 | * as published by the Free Software Foundation; either version 2 |
| 16 | * of the License, or (at your option) any later version. |
Hardeep Sidhu | 00acdfa | 2003-12-10 00:11:25 +0000 | [diff] [blame] | 17 | * |
| 18 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 19 | * KIND, either express or implied. |
| 20 | * |
| 21 | ****************************************************************************/ |
| 22 | |
| 23 | #ifndef _PLAYLIST_VIEWER_H_ |
| 24 | #define _PLAYLIST_VIEWER_H_ |
| 25 | |
| 26 | bool playlist_viewer(void); |
Steve Bavin | ad95df2 | 2008-05-12 17:52:50 +0000 | [diff] [blame] | 27 | bool playlist_viewer_ex(const char* filename); |
Tomas Salfischberger | c2e86cd | 2006-03-04 23:53:09 +0000 | [diff] [blame] | 28 | bool search_playlist(void); |
Hardeep Sidhu | 00acdfa | 2003-12-10 00:11:25 +0000 | [diff] [blame] | 29 | |
| 30 | #endif |