aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderCommand.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:18:48 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:18:48 +0200
commit43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 (patch)
tree70cd76be89e7aa8c7e92690eeabb331d31abf346 /src/DecoderCommand.hxx
parent2277d143fa4e407bffa9cb169820c9612ebae7a0 (diff)
downloadmpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.gz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.xz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.zip
decoder_api: convert to C++
Diffstat (limited to '')
-rw-r--r--src/DecoderCommand.hxx (renamed from src/decoder_command.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder_command.h b/src/DecoderCommand.hxx
index 795e13fb2..e6dc26982 100644
--- a/src/decoder_command.h
+++ b/src/DecoderCommand.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
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_DECODER_COMMAND_H
-#define MPD_DECODER_COMMAND_H
+#ifndef MPD_DECODER_COMMAND_HXX
+#define MPD_DECODER_COMMAND_HXX
enum decoder_command {
DECODE_COMMAND_NONE = 0,