aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagPrint.cxx (renamed from src/tag_print.c)9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/tag_print.c b/src/TagPrint.cxx
index 9a46b247a..9f25d95c6 100644
--- a/src/tag_print.c
+++ b/src/TagPrint.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,12 +18,15 @@
*/
#include "config.h"
-#include "tag_print.h"
+#include "TagPrint.hxx"
#include "tag.h"
#include "tag_internal.h"
-#include "client.h"
#include "song.h"
+extern "C" {
+#include "client.h"
+}
+
void tag_print_types(struct client *client)
{
int i;