From f8573c7b4c3a9e1a67cae787690f27a976aee11c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Jan 2013 02:56:48 +0100 Subject: add ubus support --- plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index 25bcaa3..3a2b2ea 100644 --- 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); }; -- cgit v1.2.3