plugin.[ch]: Implemented `plugin_unregister_config'.
[collectd.git] / src / configfile.c
index d636c8c..eca3dfc 100644 (file)
@@ -338,7 +338,7 @@ void cf_unregister (const char *type)
                        free (this);
                        break;
                }
-}
+} /* void cf_unregister */
 
 void cf_register (const char *type,
                int (*callback) (const char *, const char *),