summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 6139b9ec46..507d5cbed1 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -145,6 +145,10 @@ void talk_fractional(char *tbuf, int value, int unit);
145void talk_time(const struct tm *tm, bool enqueue); 145void talk_time(const struct tm *tm, bool enqueue);
146void talk_date(const struct tm *tm, bool enqueue); 146void talk_date(const struct tm *tm, bool enqueue);
147 147
148#ifdef HAVE_MULTIVOLUME
149int talk_volume_id(int volume);
150#endif
151
148/* speaks hr, min, sec, ms; unit_idx is lowest or base unit of the time value */ 152/* speaks hr, min, sec, ms; unit_idx is lowest or base unit of the time value */
149int talk_time_intervals(long time, int unit_idx, bool enqueue); 153int talk_time_intervals(long time, int unit_idx, bool enqueue);
150 154