grafthistory: support curl
[elinks/elinks-j605.git] / src / bfu / group.h
blob040a7e838639979e4ba783eb91530afdffd3fe31
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);
12 void group_layouter(struct dialog_data *);
14 #endif