aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/inputPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index d32ca59e2..7f40acc7c 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -91,9 +91,9 @@ InputPlugin *getInputPluginFromName(char *name);
void printAllInputPluginSuffixes(FILE * fp);
/* this is where we "load" all the "plugins" ;-) */
-void initInputPlugins();
+void initInputPlugins(void);
/* this is where we "unload" all the "plugins" */
-void finishInputPlugins();
+void finishInputPlugins(void);
#endif