summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-11-10 16:42:31 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-11-10 16:42:31 +0000
commit1325c9d9febf3f1544b7530feda11baf0af37bb6 (patch)
treeeedf4dc5614740ff34871ed6b7bf432190a47839 /apps/recorder/recording.h
parent893095d4cea12ce8d480e1ecb9397ce72d2e623e (diff)
downloadrockbox-1325c9d9febf3f1544b7530feda11baf0af37bb6.tar.gz
rockbox-1325c9d9febf3f1544b7530feda11baf0af37bb6.zip
Added recording functionality
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r--apps/recorder/recording.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h
new file mode 100644
index 0000000000..4818b42b1f
--- /dev/null
+++ b/apps/recorder/recording.h
@@ -0,0 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Linus Nielsen Feltzing
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 RECORDING_H
20#define RECORDING_H
21
22bool recording_screen(void);
23
24#endif