big dialogs: Refactoring. do not pass the term.
[elinks.git] / src / bfu / group.h
blobbd284500571c4140873653303ae48741c0e69116
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 dialog_data *dlg_data,
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