summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-18 15:46:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-18 15:46:40 +0000
commit9f02041999a9e9472119860b686cafeba02b41b6 (patch)
tree05f94f9071addb84c60875ca569f24d10552215b /apps
parent1ceb575c8a8d1bbe2188dc721726143462e7099c (diff)
downloadrockbox-9f02041999a9e9472119860b686cafeba02b41b6.tar.gz
rockbox-9f02041999a9e9472119860b686cafeba02b41b6.zip
made the rec_timesplit_seconds() proto not depend on a MAS setup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6009 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 4f95027bcd..c6e4a56fc8 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -326,9 +326,7 @@ bool set_time_screen(const char* string, struct tm *tm);
326int read_line(int fd, char* buffer, int buffer_size); 326int read_line(int fd, char* buffer, int buffer_size);
327void set_file(char* filename, char* setting, int maxlen); 327void set_file(char* filename, char* setting, int maxlen);
328 328
329#if CONFIG_HWCODEC == MAS3587F
330unsigned int rec_timesplit_seconds(void); 329unsigned int rec_timesplit_seconds(void);
331#endif
332 330
333/* global settings */ 331/* global settings */
334extern struct user_settings global_settings; 332extern struct user_settings global_settings;