diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-09-06 19:15:12 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-09-06 19:15:12 +0000 |
commit | e8468916937b6bcea8f16ddad312d6ac9f51543b (patch) | |
tree | d3c059843447af28ff552f6247b0e41d0e4a73c2 /src/audio.h | |
parent | fc1cb4a240a869945a408fb7dd7d4574f5991130 (diff) | |
download | mpd-e8468916937b6bcea8f16ddad312d6ac9f51543b.tar.gz mpd-e8468916937b6bcea8f16ddad312d6ac9f51543b.tar.xz mpd-e8468916937b6bcea8f16ddad312d6ac9f51543b.zip |
definition for audioOutput plugin interface
git-svn-id: https://svn.musicpd.org/mpd/trunk@2111 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.h b/src/audio.h index 9b49b140e..b86f832fb 100644 --- a/src/audio.h +++ b/src/audio.h @@ -56,4 +56,3 @@ void audioError(); int isCurrentAudioFormat(AudioFormat * audioFormat); #endif -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |