From 4c6ff006227683ab4aeab13e7903b1090fa89e02 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 23:20:00 +0100 Subject: [PATCH] Add prototype for module_register --- src/plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugin.h b/src/plugin.h index 8f0c6d86..d54db4bb 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -399,4 +399,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 */ -- 2.11.0