Changeset 5779 for luci2/cbi2/widget.h
- Timestamp:
- 03/09/10 18:33:37 (3 years ago)
- Files:
-
- 1 modified
-
luci2/cbi2/widget.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci2/cbi2/widget.h
r5687 r5779 2 2 #define _WIDGET_H__ 3 3 4 void widget_register(char *name, struct cbi_widget *w); 5 struct cbi_widget* widget_find(const char *namespace, const char *name); 4 6 int widget_verify(struct cbi_ctx *ctx, struct cbi_element *e); 5 7 int widget_find_prop(struct cbi_widget *w, const char *name);
