diff options
Diffstat (limited to 'src/decoder/DecoderList.hxx')
-rw-r--r-- | src/decoder/DecoderList.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/decoder/DecoderList.hxx b/src/decoder/DecoderList.hxx index f44d96c67..26ecc51d7 100644 --- a/src/decoder/DecoderList.hxx +++ b/src/decoder/DecoderList.hxx @@ -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 * |