aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputState.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 19:52:57 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:22:59 +0100
commitb715e522cff7109c370e66d29ba22340c9259c52 (patch)
treeabda37d8d414592c59f8f875a3b1b439c5d81725 /src/OutputState.cxx
parent4b0b8315a918be5ad92d5aeb0c7df6d28966b951 (diff)
downloadmpd-b715e522cff7109c370e66d29ba22340c9259c52.tar.gz
mpd-b715e522cff7109c370e66d29ba22340c9259c52.tar.xz
mpd-b715e522cff7109c370e66d29ba22340c9259c52.zip
db_save, state_file: convert to C++
Diffstat (limited to '')
-rw-r--r--src/OutputState.cxx (renamed from src/output_state.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/output_state.c b/src/OutputState.cxx
index 7bcafb36b..95aeacbca 100644
--- a/src/output_state.c
+++ b/src/OutputState.cxx
@@ -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
@@ -23,9 +23,12 @@
*/
#include "config.h"
-#include "output_state.h"
+#include "OutputState.hxx"
#include "output_internal.h"
+
+extern "C" {
#include "output_all.h"
+}
#include <glib.h>