RB_header/RB_header_line [ Structures ]

FUNCTION

This structure holds the content of one header line and the original source line number of it.

ATTRIBUTES

SOURCE

struct RB_header_lines
{
    int                 line_number;
    char               *line;
};