summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-04 15:23:47 +0000
committerDave Chapman <dave@dchapman.com>2005-12-04 15:23:47 +0000
commit8c800cf59af23eaa22b97e89556640f63998b9bd (patch)
tree96115da5d0597b7625c637158364866d365258e1 /apps/screens.h
parent0ea71be34895a225e137af20faea2adc9f113853 (diff)
downloadrockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.tar.gz
rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.zip
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index ea5e9440c8..c8e5c320f5 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -41,7 +41,7 @@ extern bool quick_screen_f3(int button_enter);
41#endif 41#endif
42extern bool quick_screen_quick(int button_enter); 42extern bool quick_screen_quick(int button_enter);
43 43
44#ifdef HAVE_RTC 44#ifdef CONFIG_RTC
45bool set_time_screen(const char* string, struct tm *tm); 45bool set_time_screen(const char* string, struct tm *tm);
46#endif 46#endif
47 47