summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 5ffc9ae5e6..c77c32e06f 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -51,6 +51,7 @@ enum {
51 UNIT_KBIT, /* kilobits per sec */ 51 UNIT_KBIT, /* kilobits per sec */
52 UNIT_PM_TICK, /* peak meter units per tick */ 52 UNIT_PM_TICK, /* peak meter units per tick */
53 UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ 53 UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */
54 UNIT_DATEYEAR,/* for 1999 say nineteen ninety nine */
54 UNIT_LAST /* END MARKER */ 55 UNIT_LAST /* END MARKER */
55}; 56};
56 57
@@ -111,6 +112,8 @@ int talk_file_or_spell(const char *dirname, const char* filename,
111int talk_dir_or_spell(const char* filename, 112int talk_dir_or_spell(const char* filename,
112 const long *prefix_ids, bool enqueue); 113 const long *prefix_ids, bool enqueue);
113#endif 114#endif
115/* play thumbnails for each components of full path, or spell */
116int talk_fullpath(const char* path, bool enqueue);
114int talk_number(long n, bool enqueue); /* say a number */ 117int talk_number(long n, bool enqueue); /* say a number */
115int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ 118int talk_value(long n, int unit, bool enqueue); /* say a numeric value */
116int talk_value_decimal(long n, int unit, int decimals, bool enqueue); 119int talk_value_decimal(long n, int unit, int decimals, bool enqueue);