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 518549e..f3c1366 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -54,6 +54,9 @@ enum {
/* convenience macro to have both string and ID as arguments */
#define STR(id) str(id), id
+/* publish this string, so it's stored only once (better than #define) */
+extern const char* dir_thumbnail_name;
+
void talk_init(void);
int talk_buffer_steal(void); /* claim the mp3 buffer e.g. for play/record */