Merge branch 'collectd-5.5'
[collectd.git] / src / daemon / plugin.h
index b1adb52..54cac78 100644 (file)
@@ -459,4 +459,10 @@ cdtime_t plugin_get_interval (void);
 int plugin_thread_create (pthread_t *thread, const pthread_attr_t *attr,
                void *(*start_routine) (void *), void *arg);
 
+/*
+ * Plugins need to implement this
+ */
+
+void module_register (void);
+
 #endif /* PLUGIN_H */