--- psiconv/trunk/lib/psiconv/data.h 2003/11/23 21:47:24 167 +++ psiconv/trunk/lib/psiconv/data.h 2004/01/04 22:07:02 182 @@ -124,7 +124,7 @@ typedef struct psiconv_font_s { - char *name; + psiconv_string_t name; psiconv_screenfont_t screenfont; } *psiconv_font; @@ -938,6 +938,8 @@ extern void psiconv_free_sheet_variable(psiconv_sheet_variable list); extern void psiconv_free_sheet_variable_list(psiconv_sheet_variable_list list); extern void psiconv_free_sheet_info_section(psiconv_sheet_info_section section); +extern void psiconv_free_sheet_workbook_section + (psiconv_sheet_workbook_section section); extern void psiconv_free_header_section(psiconv_header_section header); extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry); extern void psiconv_free_section_table_section