Merge branch 'ff/types' into collectd-4
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 3 May 2007 19:38:55 +0000 (21:38 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 3 May 2007 19:38:55 +0000 (21:38 +0200)
1  2 
src/rrdtool.c

diff --combined src/rrdtool.c
@@@ -1,6 -1,6 +1,6 @@@
  /**
   * collectd - src/rrdtool.c
 - * Copyright (C) 2006  Florian octo Forster
 + * Copyright (C) 2006,2007  Florian octo Forster
   *
   * This program is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License as published by the
@@@ -870,7 -870,7 +870,7 @@@ static int rrd_init (void
        return (0);
  } /* int rrd_init */
  
- void module_register (modreg_e load)
+ void module_register (void)
  {
        plugin_register_config ("rrdtool", rrd_config,
                        config_keys, config_keys_num);