ELinks 0.12pre1
[elinks/images.git] / src / bfu / group.h
blob0de645d0aeb6418422e1fa56f97ed5a3bfc743fe
1 #ifndef EL__BFU_GROUP_H
2 #define EL__BFU_GROUP_H
4 struct dialog_data;
5 struct terminal;
6 struct widget_data;
8 void dlg_format_group(struct terminal *term,
9 struct widget_data *widget_data,
10 int n, int x, int *y, int w, int *rw, int format_only);
12 void group_layouter(struct dialog_data *);
14 #endif