aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
commit648196319f4fe30eb468c1e765f198ef435ad313 (patch)
tree2c9c50e55997b2980fb8d6242a40fcce2cfacfed /src/output_api.h
parentc75cb67c4406648314ce2a15daf8b632374d7913 (diff)
downloadmpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.gz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.xz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.zip
output_api: convert to C++
Diffstat (limited to '')
-rw-r--r--src/OutputAPI.hxx (renamed from src/output_api.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output_api.h b/src/OutputAPI.hxx
index dee72d8db..3aa4f7567 100644
--- a/src/output_api.h
+++ b/src/OutputAPI.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_OUTPUT_API_H
-#define MPD_OUTPUT_API_H
+#ifndef MPD_OUTPUT_API_HXX
+#define MPD_OUTPUT_API_HxX
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"