aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.h
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2005-03-14 02:35:46 +0000
committerAvuton Olrich <avuton@gmail.com>2005-03-14 02:35:46 +0000
commit593e1343da918efce047b015e532be54a9e98af5 (patch)
treee866ec4b99c7fc58fc97fe11e40c9c5665f3bb13 /src/volume.h
parent094746d82dbaacede7e41e8635ce86bb0db2fda9 (diff)
downloadmpd-593e1343da918efce047b015e532be54a9e98af5.tar.gz
mpd-593e1343da918efce047b015e532be54a9e98af5.tar.xz
mpd-593e1343da918efce047b015e532be54a9e98af5.zip
- Add 'mute' command for testing
- Revamp AUTHORS file git-svn-id: https://svn.musicpd.org/mpd/trunk@3081 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/volume.h')
-rw-r--r--src/volume.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/volume.h b/src/volume.h
index efd4e158c..922512e2e 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -37,4 +37,8 @@ int getVolumeLevel();
int changeVolumeLevel(FILE * fp, int change, int rel);
+int getVolumeMuteStatus();
+
+int setVolumeMuteStatus(FILE * fp, int status);
+
#endif