summaryrefslogtreecommitdiff
path: root/volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'volume.h')
-rw-r--r--volume.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/volume.h b/volume.h
index fe6b03c5..c8a72f29 100644
--- a/volume.h
+++ b/volume.h
@@ -48,4 +48,10 @@ amp_to_db (float amp);
float
volume_get_min_db (void);
+void
+audio_set_mute (int mute);
+
+int
+audio_is_mute (void);
+
#endif // __VOLUME_H