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, 2 insertions, 2 deletions
diff --git a/apps/talk.h b/apps/talk.h
index c4c8bc7285..09d71866b0 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -55,8 +55,8 @@ enum {
55#define STR(id) ID2P(id), id 55#define STR(id) ID2P(id), id
56 56
57/* publish this string, so it's stored only once (better than #define) */ 57/* publish this string, so it's stored only once (better than #define) */
58extern const char* const dir_thumbnail_name; 58extern const char* const dir_thumbnail_name; /* "_dirname.talk" */
59 59#define TALK_EXT ".talk" /* extra extension for file voicing */
60 60
61void talk_init(void); 61void talk_init(void);
62int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */ 62int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */