diff options
| author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-04-14 11:19:30 +0000 |
|---|---|---|
| committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-04-14 11:19:30 +0000 |
| commit | 4157a31924be37b440c92df8a141ada7e7bfb704 (patch) | |
| tree | d26a07f45b66aa8fc35ff8bec22aa15823fc037e /apps/plugins/textviewer/tv_readtext.h | |
| parent | 2ca2684ede50f145985ae147ca52aef27f7580b2 (diff) | |
| download | rockbox-4157a31924be37b440c92df8a141ada7e7bfb704.zip rockbox-4157a31924be37b440c92df8a141ada7e7bfb704.tar.gz rockbox-4157a31924be37b440c92df8a141ada7e7bfb704.tar.bz2 rockbox-4157a31924be37b440c92df8a141ada7e7bfb704.tar.xz | |
rvert r25644
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25645 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/textviewer/tv_readtext.h')
| -rw-r--r-- | apps/plugins/textviewer/tv_readtext.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/apps/plugins/textviewer/tv_readtext.h b/apps/plugins/textviewer/tv_readtext.h deleted file mode 100644 index 774ebab..0000000 --- a/apps/plugins/textviewer/tv_readtext.h +++ /dev/null @@ -1,31 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 Gilles Roux - * 2003 Garrett Derner - * 2010 Yoshihisa Uchida - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef PLUGIN_TEXT_VIEWER_READTEXT_H -#define PLUGIN_TEXT_VIEWER_READTEXT_H - -void viewer_init_buffer(void); - -bool viewer_open(const unsigned char *fname); -void viewer_close(void); - -#endif |