From 3c9bcdd34701196c3d662888c3506a2a001cb252 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Sep 2011 08:54:28 +0200 Subject: output: per-plugin header Move the "extern" declarations from output_list.c, for more type safety. --- src/output/roar_output_plugin.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/output/roar_output_plugin.h') diff --git a/src/output/roar_output_plugin.h b/src/output/roar_output_plugin.h index e6eff1e08..78b628cc4 100644 --- a/src/output/roar_output_plugin.h +++ b/src/output/roar_output_plugin.h @@ -1,7 +1,6 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project - * Copyright (C) 2010-2011 Philipp 'ph3-der-loewe' Schafft - * Copyright (C) 2010-2011 Hans-Kristian 'maister' Arntzen + * Copyright (C) 2003-2011 The Music Player Daemon Project + * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,14 +17,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - -#ifndef __ROAR_OUTPUT_H -#define __ROAR_OUTPUT_H +#ifndef MPD_ROAR_OUTPUT_PLUGIN_H +#define MPD_ROAR_OUTPUT_PLUGIN_H #include struct roar; +extern const struct audio_output_plugin roar_output_plugin; + int roar_output_get_volume(struct roar *roar); -- cgit v1.2.3