From 3405d1302073ab7fa1ae7913d9e27c64133b7d78 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 4 Jun 2004 12:34:29 +0000 Subject: The /recordings directory is now automatically created in the radio screen as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4721 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/recorder/recording.h') diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index 174621b3b7..384b34f5bf 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -21,5 +21,6 @@ bool recording_screen(void); char *rec_create_filename(char *buf); +int rec_create_directory(void); #endif -- cgit v1.2.3