diff options
Diffstat (limited to 'plugin.h')
-rw-r--r-- | plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); }; |