aboutsummaryrefslogtreecommitdiffstats
path: root/src/chunk.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
commit22f0a1547c86895b4284b5fdc63ab9c82f24a442 (patch)
treec011204fc1e1a31745e004a3e25d7f9f24f1067e /src/chunk.c
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
downloadmpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.tar.gz
mpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.tar.xz
mpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.zip
buffer, pipe: convert to C++
Diffstat (limited to '')
-rw-r--r--src/MusicChunk.cxx (renamed from src/chunk.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/chunk.c b/src/MusicChunk.cxx
index 1eb96f4b9..24f21f664 100644
--- a/src/chunk.c
+++ b/src/MusicChunk.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
@@ -18,9 +18,12 @@
*/
#include "config.h"
-#include "chunk.h"
+#include "MusicChunk.hxx"
#include "audio_format.h"
+
+extern "C" {
#include "tag.h"
+}
#include <assert.h>