summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbcd407)
raw | patch | inline | side by side (parent: fbcd407)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:20:00 +0000 (23:20 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:20:00 +0000 (23:20 +0100) |
src/plugin.h | patch | blob | history |
diff --git a/src/plugin.h b/src/plugin.h
index 8f0c6d86105fbfe56547d6b5d78ac9fd7a7f4b26..d54db4bbee49f4dff926c13f77c8cb84b5426fcd 100644 (file)
--- a/src/plugin.h
+++ b/src/plugin.h
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 */