add ubus support
[project/uhttpd.git] / plugin.h
index 25bcaa39ee3ade61cba300b395e15311ed86d00a..3a2b2ea1053033ab114ea42a6f0cdfbce943a8e2 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);
 };