aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 09:04:05 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 09:04:05 +0200
commit9a0061c511403bc023430feb91094355da83a663 (patch)
tree7601036948af024a350f3947771375f3588442d9 /src/encoder_api.h
parent7a3aac1843a9c84cd87512ef4e9bbc2def727591 (diff)
downloadmpd-9a0061c511403bc023430feb91094355da83a663.tar.gz
mpd-9a0061c511403bc023430feb91094355da83a663.tar.xz
mpd-9a0061c511403bc023430feb91094355da83a663.zip
encoder_api: convert to C++
Diffstat (limited to '')
-rw-r--r--src/EncoderAPI.hxx (renamed from src/encoder_api.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/encoder_api.h b/src/EncoderAPI.hxx
index 46c8d10c8..bd874fa41 100644
--- a/src/encoder_api.h
+++ b/src/EncoderAPI.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
@@ -22,10 +22,10 @@
*
*/
-#ifndef MPD_ENCODER_API_H
-#define MPD_ENCODER_API_H
+#ifndef MPD_ENCODER_API_HXX
+#define MPD_ENCODER_API_HXX
-#include "encoder_plugin.h"
+#include "EncoderPlugin.hxx"
#include "audio_format.h"
#include "tag.h"
#include "conf.h"