--- psiconv/trunk/lib/psiconv/data.h 2001/01/21 00:06:56 96 +++ psiconv/trunk/lib/psiconv/data.h 2001/01/22 20:36:50 97 @@ -420,9 +420,16 @@ psiconv_triple_t show_vertical_scrollbar; } *psiconv_sheet_status_section; -typedef struct psiconv_sheet_workbook_section_s +typedef struct psiconv_sheet_formula_s { int dummy; +} *psiconv_sheet_formula; + +typedef psiconv_list psiconv_sheet_formula_list; /* Of struct psiconv_formula */ + +typedef struct psiconv_sheet_workbook_section_s +{ + psiconv_sheet_formula_list formulas; } *psiconv_sheet_workbook_section; typedef struct psiconv_sheet_f_s @@ -506,8 +513,8 @@ extern void psiconv_free_word_style(psiconv_word_style style); extern void psiconv_free_word_styles_section (psiconv_word_styles_section styles); -extern void psiconv_free_sheet_status_section - (psiconv_sheet_status_section section); +extern void psiconv_free_sheet_formula(psiconv_sheet_formula formula); +extern void psiconv_free_sheet_formula_list(psiconv_sheet_formula_list list); extern void psiconv_free_sheet_status_section (psiconv_sheet_status_section section); extern void psiconv_free_sheet_f(psiconv_sheet_f file);