diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-07-30 23:32:54 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-07-30 23:32:54 +0000 |
commit | 44f9e16922a08db82b267ce8f567453a19c7c100 (patch) | |
tree | 65a09540a211f8b95cafc1a56d8a3f5222e5b0a7 /src/volume.h | |
parent | 12aec5738b8333a0dd676871bbfb6d6762ea87a5 (diff) | |
download | mpd-44f9e16922a08db82b267ce8f567453a19c7c100.tar.gz mpd-44f9e16922a08db82b267ce8f567453a19c7c100.tar.xz mpd-44f9e16922a08db82b267ce8f567453a19c7c100.zip |
software volume can now be saved and read from the state file
git-svn-id: https://svn.musicpd.org/mpd/trunk@4495 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/volume.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/volume.h b/src/volume.h index 92fd868be..8c4d3803e 100644 --- a/src/volume.h +++ b/src/volume.h @@ -37,4 +37,8 @@ int getVolumeLevel(); int changeVolumeLevel(int fd, int change, int rel); +void read_sw_volume_state(FILE *fp); + +void save_sw_volume_state(FILE *fp); + #endif |