diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/PcmDecoderPlugin.hxx (renamed from src/decoder/pcm_decoder_plugin.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/pcm_decoder_plugin.h b/src/decoder/PcmDecoderPlugin.hxx index 11df80155..2883e866e 100644 --- a/src/decoder/pcm_decoder_plugin.h +++ b/src/decoder/PcmDecoderPlugin.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 @@ -25,8 +25,8 @@ * which does not need a decoder. */ -#ifndef MPD_DECODER_PCM_H -#define MPD_DECODER_PCM_H +#ifndef MPD_DECODER_PCM_HXX +#define MPD_DECODER_PCM_HXX extern const struct decoder_plugin pcm_decoder_plugin; |