aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputPlugin.c')
-rw-r--r--src/inputPlugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputPlugin.c b/src/inputPlugin.c
index 55dcf01e4..14844bdf7 100644
--- a/src/inputPlugin.c
+++ b/src/inputPlugin.c
@@ -130,7 +130,7 @@ extern InputPlugin mpcPlugin;
extern InputPlugin aacPlugin;
extern InputPlugin modPlugin;
-void initInputPlugins() {
+void initInputPlugins(void) {
inputPlugin_list = makeList(NULL, 1);
/* load plugins here */
@@ -144,6 +144,6 @@ void initInputPlugins() {
loadInputPlugin(&modPlugin);
}
-void finishInputPlugins() {
+void finishInputPlugins(void) {
freeList(inputPlugin_list);
}