--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/07/24 20:32:51 129 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2001/07/25 11:49:59 134 @@ -244,6 +244,20 @@ extern int psiconv_parse_sheet_variable_list(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length, psiconv_sheet_variable_list *result); +extern int psiconv_parse_sheet_grid_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_section *result); +extern int psiconv_parse_sheet_grid_size_list(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_size_list *result); +extern int psiconv_parse_sheet_grid_size(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_sheet_grid_size *result); +extern int psiconv_parse_sheet_grid_break_list(const psiconv_buffer buf, + int lev, psiconv_u32 off, int *length, + psiconv_sheet_grid_break_list *result); + + /* *****************