--- psiconv/trunk/lib/psiconv/data.c 2003/11/25 22:08:48 170 +++ psiconv/trunk/lib/psiconv/data.c 2003/11/26 20:56:17 171 @@ -41,6 +41,9 @@ static void psiconv_free_formula_aux(void *data); static void psiconv_free_sheet_worksheet_aux (void *data); static void psiconv_free_sheet_variable_aux(void * variable); +static void psiconv_free_sheet_cell_aux(void *cell); +static void psiconv_free_sheet_line_aux(void *line); +static void psiconv_free_sheet_worksheet_aux (void *data); static psiconv_word_styles_section psiconv_empty_word_styles_section(void); static psiconv_text_and_layout psiconv_empty_text_and_layout(void);