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 d662aaee33..81b11eea37 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -36,6 +36,8 @@ void voice_wait(void);
36void voice_stop(void); 36void voice_stop(void);
37 37
38void voice_thread_init(void); 38void voice_thread_init(void);
39void voice_thread_kill(void);
40
39#ifdef HAVE_PRIORITY_SCHEDULING 41#ifdef HAVE_PRIORITY_SCHEDULING
40void voice_thread_set_priority(int priority); 42void voice_thread_set_priority(int priority);
41#endif 43#endif