aboutsummaryrefslogtreecommitdiffstats
path: root/src/EncoderList.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/EncoderList.hxx (renamed from src/encoder_list.h)14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/encoder_list.h b/src/EncoderList.hxx
index 31663c751..69ee8e2bc 100644
--- a/src/encoder_list.h
+++ b/src/EncoderList.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_ENCODER_LIST_H
-#define MPD_ENCODER_LIST_H
+#ifndef MPD_ENCODER_LIST_HXX
+#define MPD_ENCODER_LIST_HXX
struct encoder_plugin;
@@ -30,10 +30,6 @@ extern const struct encoder_plugin *const encoder_plugins[];
(plugin = *encoder_plugin_iterator) != NULL; \
++encoder_plugin_iterator)
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* Looks up an encoder plugin by its name.
*
@@ -44,8 +40,4 @@ extern "C" {
const struct encoder_plugin *
encoder_plugin_get(const char *name);
-#ifdef __cplusplus
-}
-#endif
-
#endif