root/luci2/cbi2/widget.h @ 5786

Revision 5786, 303 bytes (checked in by blogic, 3 years ago)

make unix socket work bi-directional, cleanups

Line 
1#ifndef _WIDGET_H__
2#define _WIDGET_H__
3
4void widget_register(char *name, struct cbi_widget *w);
5struct cbi_widget* widget_find(const char *namespace, const char *name);
6int widget_verify(struct cbi_ctx *ctx, struct cbi_element *e);
7int widget_prop_find(struct cbi_widget *w, const char *name);
8
9#endif
Note: See TracBrowser for help on using the browser.