1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Redo a small comment.

This commit is contained in:
Miciah Dashiel Butler Masters 2006-01-01 06:24:12 +00:00 committed by Miciah Dashiel Butler Masters
parent 227150d100
commit 290a03787b

View File

@ -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. */