summaryrefslogtreecommitdiff
path: root/apps/wps.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-25 09:09:45 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-25 09:09:45 +0000
commit7f084628214926f1489ddf6a54b62601e9eb80cf (patch)
treee75a2ebaac3599b783cdd5503b4b56a86b14a933 /apps/wps.h
parentcaebbcd77f133e3dbe4d9a0cafe6fadeaf699b49 (diff)
downloadrockbox-7f084628214926f1489ddf6a54b62601e9eb80cf.tar.gz
rockbox-7f084628214926f1489ddf6a54b62601e9eb80cf.zip
Made the code compile. Added header. Fixed spacing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1172 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.h')
-rw-r--r--apps/wps.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/wps.h b/apps/wps.h
index 7b72baa915..2bc6fbf8dc 100644
--- a/apps/wps.h
+++ b/apps/wps.h
@@ -1,3 +1,21 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Jerome Kuptz
11 *
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.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
1#ifndef _WPS_H 19#ifndef _WPS_H
2#define _WPS_H 20#define _WPS_H
3#include "id3.h" 21#include "id3.h"