summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r--apps/recorder/recording.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h
index e78af50671..1921074d26 100644
--- a/apps/recorder/recording.h
+++ b/apps/recorder/recording.h
@@ -20,6 +20,7 @@
20#define RECORDING_H 20#define RECORDING_H
21#include "audio.h" 21#include "audio.h"
22 22
23bool in_recording_screen(void);
23bool recording_screen(bool no_source); 24bool recording_screen(bool no_source);
24char *rec_create_filename(char *buf); 25char *rec_create_filename(char *buf);
25int rec_create_directory(void); 26int rec_create_directory(void);