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 50a73856cf..2c3869a4fb 100644
--- a/apps/recorder/recording.h
+++ b/apps/recorder/recording.h
@@ -24,6 +24,7 @@ bool in_recording_screen(void);
24bool recording_screen(bool no_source); 24bool recording_screen(bool no_source);
25char *rec_create_filename(char *buf); 25char *rec_create_filename(char *buf);
26int rec_create_directory(void); 26int rec_create_directory(void);
27void settings_apply_trigger(void);
27 28
28/* If true, start recording automatically when recording_sreen() is entered */ 29/* If true, start recording automatically when recording_sreen() is entered */
29extern bool recording_start_automatic; 30extern bool recording_start_automatic;