Code

Added `mysql' status line to configure.in
[collectd.git] / src / plugin.h
index 6e363673474b6c20049cdb3f8bc6e70420a92d36..8749327ab8cc900b9c6030c4a64c5d213e922d7f 100644 (file)
@@ -86,7 +86,7 @@ int plugin_exists (char *type);
  * NOTES
  *  No attempt is made to re-load an already loaded module.
  */
-int  plugin_load (char *type);
+int  plugin_load (const char *type);
 
 int  plugin_load_all (char *dir);
 void plugin_init_all (void);