aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/DecoderList.hxx')
-rw-r--r--src/decoder/DecoderList.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/decoder/DecoderList.hxx b/src/decoder/DecoderList.hxx
index 47085d4ae..26ecc51d7 100644
--- a/src/decoder/DecoderList.hxx
+++ b/src/decoder/DecoderList.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -34,10 +34,12 @@ const struct DecoderPlugin *
decoder_plugin_from_name(const char *name);
/* this is where we "load" all the "plugins" ;-) */
-void decoder_plugin_init_all(void);
+void
+decoder_plugin_init_all();
/* this is where we "unload" all the "plugins" */
-void decoder_plugin_deinit_all(void);
+void
+decoder_plugin_deinit_all();
template<typename F>
static inline const DecoderPlugin *