diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-06 00:44:38 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-06 00:44:38 +0000 |
commit | ba9b4334898ef097bf6a4e8dd4fb74d7e58aad86 (patch) | |
tree | 77f3702757edf46c78609164808e872609f72d25 /apps/recorder/recording.h | |
parent | 6015b1ff58388da2e58582a442795eac69cb27a8 (diff) |
Made the recording filename creation function global
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r-- | apps/recorder/recording.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index 4818b42b1f..08edbbcfb4 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -20,5 +20,6 @@ #define RECORDING_H bool recording_screen(void); +char *rec_create_filename(void); #endif |