X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flogfile.c;h=102f12b3a9b7589a5d340fadc6f1ef43e89ae888;hb=1a7050de376608268d11293d4e5faa3fb8516c5a;hp=5cb409141fbf37158085cd15ef210ee52c4b1b13;hpb=06adec208286b5a136ffa5c5f3832c35e9f62844;p=collectd.git diff --git a/src/logfile.c b/src/logfile.c index 5cb40914..102f12b3 100644 --- a/src/logfile.c +++ b/src/logfile.c @@ -113,7 +113,7 @@ static void logfile_log (int severity, const char *msg) return; } /* void logfile_log (int, const char *) */ -void module_register (modreg_e load) +void module_register (void) { plugin_register_config ("logfile", logfile_config, config_keys, config_keys_num);