Windows requires setting files to binary mode
[kugel-rb.git] / apps / wps.h
blobbc2e30e7c045bc9ec66730ddc05a88813645748f
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2002 Jerome Kuptz
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
19 #ifndef _WPS_H
20 #define _WPS_H
21 #include "id3.h"
22 #include "playlist.h"
24 extern bool keys_locked;
25 extern bool wps_time_countup;
27 int wps_show(void);
28 bool refresh_wps(bool refresh_scroll);
29 void handle_usb(void);
31 #if CONFIG_KEYPAD == RECORDER_PAD
32 bool f2_screen(void);
33 bool f3_screen(void);
34 #endif
36 #endif