summaryrefslogtreecommitdiff
path: root/apps/voice_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/voice_thread.h')
-rw-r--r--apps/voice_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h
index 81b11eea37..c0122f0fb9 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -38,6 +38,8 @@ void voice_stop(void);
38void voice_thread_init(void); 38void voice_thread_init(void);
39void voice_thread_kill(void); 39void voice_thread_kill(void);
40 40
41void voice_set_mixer_level(int percent);
42
41#ifdef HAVE_PRIORITY_SCHEDULING 43#ifdef HAVE_PRIORITY_SCHEDULING
42void voice_thread_set_priority(int priority); 44void voice_thread_set_priority(int priority);
43#endif 45#endif