diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 23:08:00 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 23:08:00 +0000 |
commit | 78c5d884d2c687034d18e4cb77c7c116e1c97b84 (patch) | |
tree | b03bb3b356709672de05453ff1e8c48e02286015 /src/audio.h | |
parent | 44eb26c16fb66908f75d395e63a16c343c28e00d (diff) | |
download | mpd-78c5d884d2c687034d18e4cb77c7c116e1c97b84.tar.gz mpd-78c5d884d2c687034d18e4cb77c7c116e1c97b84.tar.xz mpd-78c5d884d2c687034d18e4cb77c7c116e1c97b84.zip |
new command "devices", prints devices and their states
git-svn-id: https://svn.musicpd.org/mpd/trunk@2486 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio.h b/src/audio.h index 791b7889f..9dac621a1 100644 --- a/src/audio.h +++ b/src/audio.h @@ -71,4 +71,6 @@ int enableAudioDevice(FILE * fp, int device); int disableAudioDevice(FILE * fp, int device); +void printAudioDevices(FILE * fp); + #endif |