1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/bfu/group.h

15 lines
282 B
C
Raw Normal View History

#ifndef EL__BFU_GROUP_H
#define EL__BFU_GROUP_H
struct dialog_data;
struct terminal;
struct widget_data;
void dlg_format_group(struct terminal *term,
struct widget_data *widget_data,
int n, int x, int *y, int w, int *rw);
void group_layouter(struct dialog_data *);
#endif