aboutsummaryrefslogtreecommitdiff
path: root/src/output/shout_output_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-17 20:04:18 +0200
committerMax Kellermann <max@duempel.org>2011-09-17 20:04:18 +0200
commit0bd0e2a3ec3d0534588d7cc9926ad4575cf18b60 (patch)
tree529abaf4e7afa1f879cf51b5564516d7f753cd79 /src/output/shout_output_plugin.h
parent47774ce882873578425546f13fefc10073e5e9e0 (diff)
output: rename plugin variables
Consistent naming.
Diffstat (limited to 'src/output/shout_output_plugin.h')
-rw-r--r--src/output/shout_output_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/shout_output_plugin.h b/src/output/shout_output_plugin.h
index 245ecd1c..9a737880 100644
--- a/src/output/shout_output_plugin.h
+++ b/src/output/shout_output_plugin.h
@@ -20,6 +20,6 @@
#ifndef MPD_SHOUT_OUTPUT_PLUGIN_H
#define MPD_SHOUT_OUTPUT_PLUGIN_H
-extern const struct audio_output_plugin shoutPlugin;
+extern const struct audio_output_plugin shout_output_plugin;
#endif