From 773e7a70cc94fc6b6a0f9406ab99b828bea5bd42 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Sep 2002 19:05:03 +0000 Subject: Gilles Roux's text viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2452 a1c6a512-1295-4272-9138-f99709370657 --- apps/viewer.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/viewer.h (limited to 'apps/viewer.h') 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 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Jerome Kuptz + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef _VIEWER_H +#define _VIEWER_H + +bool viewer_run(char* file); + +#endif -- cgit v1.2.3