diff --git a/c/tex_parser/tex_parser.h b/c/tex_parser/tex_parser.h index b1e0c78..8f8d6d8 100644 --- a/c/tex_parser/tex_parser.h +++ b/c/tex_parser/tex_parser.h @@ -37,8 +37,9 @@ enum tex_parser_error { * */ struct tex_table_row_s { - char **cells; - char *row_line; // \hline, \cline{4-5} etc. + char *over_line; // \hline, \cline{4-5} etc. + char **cells; // cells devided by & + char *under_line; // \hline, \cline{4-5} etc. }; /**