summaryrefslogtreecommitdiff
path: root/apps/viewer.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-30 19:05:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-30 19:05:03 +0000
commit773e7a70cc94fc6b6a0f9406ab99b828bea5bd42 (patch)
treea8d5789ab3544147d726d04b2a5a9399dd0eed2d /apps/viewer.h
parentad911c0ac82f409251230b39b39fc3e8c2b83ff9 (diff)
downloadrockbox-773e7a70cc94fc6b6a0f9406ab99b828bea5bd42.tar.gz
rockbox-773e7a70cc94fc6b6a0f9406ab99b828bea5bd42.zip
Gilles Roux's text viewer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2452 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/viewer.h')
-rw-r--r--apps/viewer.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/viewer.h b/apps/viewer.h
new file mode 100644
index 0000000000..ed9f64ca49
--- /dev/null
+++ b/apps/viewer.h
@@ -0,0 +1,24 @@
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 ****************************************************************************/
19#ifndef _VIEWER_H
20#define _VIEWER_H
21
22bool viewer_run(char* file);
23
24#endif