diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 00:07:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 00:37:30 +0200 |
commit | dc415b761e412d6beec8a39390c3c0c2fc5ebdc2 (patch) | |
tree | c465bafebfe69be32c4f559ca5da42679a1c399d /src/output/PipeOutputPlugin.hxx | |
parent | f1034eb657527692e7eee9d0bbb9196cfa1ad071 (diff) | |
download | mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.gz mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.xz mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.zip |
output/pipe: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/output/PipeOutputPlugin.hxx (renamed from src/output/pipe_output_plugin.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output/pipe_output_plugin.h b/src/output/PipeOutputPlugin.hxx index 9f014f829..f0c29706b 100644 --- a/src/output/pipe_output_plugin.h +++ b/src/output/PipeOutputPlugin.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,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_PIPE_OUTPUT_PLUGIN_H -#define MPD_PIPE_OUTPUT_PLUGIN_H +#ifndef MPD_PIPE_OUTPUT_PLUGIN_HXX +#define MPD_PIPE_OUTPUT_PLUGIN_HXX extern const struct audio_output_plugin pipe_output_plugin; |