From 072a3c5017e4d97a0d8bc56b71d1a8b100784ef7 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 24 Oct 2007 12:32:12 +0000 Subject: Complete info screen voicing; now consistent with displayed screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15284 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index a939c1f3d1..0dea8d6b18 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -80,9 +80,11 @@ void talk_shutup(void); /* Interrupt voice, as when enqueue is false */ #if CONFIG_RTC /* this is in talk.c which isnt compiled for hwcodec simulator */ #if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC -void talk_date_time(struct tm *time, bool speak_current_time_string); +void talk_time(struct tm *tm, bool enqueue); +void talk_date(struct tm *tm, bool enqueue); #else -#define talk_date_time(t, s) +#define talk_date(t, e) +#define talk_time(t, e) #endif #endif /* CONFIG_RTC */ -- cgit v1.2.3