repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grafthistory: support curl
[elinks/elinks-j605.git]
/
src
/
bfu
/
group.h
blob
040a7e838639979e4ba783eb91530afdffd3fe31
1
#ifndef EL__BFU_GROUP_H
2
#define EL__BFU_GROUP_H
3
4
struct
dialog_data
;
5
struct
terminal
;
6
struct
widget_data
;
7
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
);
11
12
void
group_layouter
(
struct
dialog_data
*);
13
14
#endif