summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 64ced00bfa..bd467bcade 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -495,7 +495,7 @@ struct plugin_api {
495 int (*talk_dir_or_spell)(const char* filename, 495 int (*talk_dir_or_spell)(const char* filename,
496 const long *prefix_ids, bool enqueue); 496 const long *prefix_ids, bool enqueue);
497 int (*talk_number)(long n, bool enqueue); 497 int (*talk_number)(long n, bool enqueue);
498 int (*talk_value)(long n, int unit, bool enqueue); 498 int (*talk_value_decimal)(long n, int unit, int decimals, bool enqueue);
499 int (*talk_spell)(const char* spell, bool enqueue); 499 int (*talk_spell)(const char* spell, bool enqueue);
500 void (*talk_time)(const struct tm *tm, bool enqueue); 500 void (*talk_time)(const struct tm *tm, bool enqueue);
501 void (*talk_date)(const struct tm *tm, bool enqueue); 501 void (*talk_date)(const struct tm *tm, bool enqueue);