aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/file_input_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-21 10:49:42 +0100
committerMax Kellermann <max@duempel.org>2013-01-21 10:52:40 +0100
commit5cffe693b0b4412a6a3652d0864a38944fc054ec (patch)
tree862622b61fd1b7a3cac560b464f1f9f30998d6df /src/input/file_input_plugin.h
parente01615fd1e1f6ad253940ad0cc5440eb0f399150 (diff)
downloadmpd-5cffe693b0b4412a6a3652d0864a38944fc054ec.tar.gz
mpd-5cffe693b0b4412a6a3652d0864a38944fc054ec.tar.xz
mpd-5cffe693b0b4412a6a3652d0864a38944fc054ec.zip
input/file,mms: convert to C++
Diffstat (limited to '')
-rw-r--r--src/input/FileInputPlugin.hxx (renamed from src/input/file_input_plugin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/file_input_plugin.h b/src/input/FileInputPlugin.hxx
index f24769d57..aacfd0b5d 100644
--- a/src/input/file_input_plugin.h
+++ b/src/input/FileInputPlugin.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_INPUT_FILE_H
-#define MPD_INPUT_FILE_H
+#ifndef MPD_INPUT_FILE_HXX
+#define MPD_INPUT_FILE_HXX
extern const struct input_plugin input_plugin_file;