add ubus support
[project/uhttpd.git] / plugin.h
index 25bcaa3..3a2b2ea 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -37,5 +37,8 @@ struct uhttpd_ops {
 };
 
 struct uhttpd_plugin {
+       struct list_head list;
+
        int (*init)(const struct uhttpd_ops *ops, struct config *conf);
+       void (*post_init)(void);
 };