aboutsummaryrefslogtreecommitdiffstats
path: root/src/MixerInternal.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/MixerInternal.hxx (renamed from src/mixer_api.h)18
1 files changed, 5 insertions, 13 deletions
diff --git a/src/mixer_api.h b/src/MixerInternal.hxx
index f0c9a0937..9c39e3e35 100644
--- a/src/mixer_api.h
+++ b/src/MixerInternal.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,11 +17,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_MIXER_H
-#define MPD_MIXER_H
+#ifndef MPD_MIXER_INTERNAL_HXX
+#define MPD_MIXER_INTERNAL_HXX
-#include "mixer_plugin.h"
-#include "mixer_list.h"
+#include "MixerPlugin.hxx"
+#include "MixerList.hxx"
#include <glib.h>
@@ -46,15 +46,7 @@ struct mixer {
bool failed;
};
-#ifdef __cplusplus
-extern "C" {
-#endif
-
void
mixer_init(struct mixer *mixer, const struct mixer_plugin *plugin);
-#ifdef __cplusplus
-}
-#endif
-
#endif