mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Redo a small comment.
This commit is contained in:
parent
227150d100
commit
290a03787b
@ -77,10 +77,9 @@ enum option_type {
|
||||
OPT_TREE,
|
||||
};
|
||||
|
||||
/* Defined in bfu/listbox.h, later and session/session.h */
|
||||
struct listbox_item;
|
||||
struct option;
|
||||
struct session;
|
||||
struct listbox_item; /* bfu/listbox.h */
|
||||
struct option; /* defined later in this file */
|
||||
struct session; /* session/session.h */
|
||||
|
||||
union option_value {
|
||||
/* XXX: Keep first to make @options_root initialization possible. */
|
||||
|
Loading…
Reference in New Issue
Block a user