diff options
author | Max Kellermann <max@duempel.org> | 2013-02-22 20:51:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-22 20:51:23 +0100 |
commit | 496f70fc0d717719a6defb645918785381efa22b (patch) | |
tree | 7b0e8b58d53ebac96fd5ece67158038bb1c10dcc /src/MixerList.hxx | |
parent | 9ede4c5f3c5b72e8be2ee2e58ffdf36af019b607 (diff) | |
download | mpd-496f70fc0d717719a6defb645918785381efa22b.tar.gz mpd-496f70fc0d717719a6defb645918785381efa22b.tar.xz mpd-496f70fc0d717719a6defb645918785381efa22b.zip |
mixer_plugin: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/MixerList.hxx (renamed from src/mixer_list.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer_list.h b/src/MixerList.hxx index 078358ec3..440f442ba 100644 --- a/src/mixer_list.h +++ b/src/MixerList.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,8 +22,8 @@ * This header provides "extern" declarations for all mixer plugins. */ -#ifndef MPD_MIXER_LIST_H -#define MPD_MIXER_LIST_H +#ifndef MPD_MIXER_LIST_HXX +#define MPD_MIXER_LIST_HXX extern const struct mixer_plugin software_mixer_plugin; extern const struct mixer_plugin alsa_mixer_plugin; |