/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 167 Revision 182
122 psiconv_u8 blue; 122 psiconv_u8 blue;
123} * psiconv_color; 123} * psiconv_color;
124 124
125typedef struct psiconv_font_s 125typedef struct psiconv_font_s
126{ 126{
127 char *name; 127 psiconv_string_t name;
128 psiconv_screenfont_t screenfont; 128 psiconv_screenfont_t screenfont;
129} *psiconv_font; 129} *psiconv_font;
130 130
131typedef struct psiconv_border_s 131typedef struct psiconv_border_s
132{ 132{
936extern void psiconv_free_sheet_line(psiconv_sheet_line line); 936extern void psiconv_free_sheet_line(psiconv_sheet_line line);
937extern void psiconv_free_sheet_name_section(psiconv_sheet_name_section section); 937extern void psiconv_free_sheet_name_section(psiconv_sheet_name_section section);
938extern void psiconv_free_sheet_variable(psiconv_sheet_variable list); 938extern void psiconv_free_sheet_variable(psiconv_sheet_variable list);
939extern void psiconv_free_sheet_variable_list(psiconv_sheet_variable_list list); 939extern void psiconv_free_sheet_variable_list(psiconv_sheet_variable_list list);
940extern void psiconv_free_sheet_info_section(psiconv_sheet_info_section section); 940extern void psiconv_free_sheet_info_section(psiconv_sheet_info_section section);
941extern void psiconv_free_sheet_workbook_section
942 (psiconv_sheet_workbook_section section);
941extern void psiconv_free_header_section(psiconv_header_section header); 943extern void psiconv_free_header_section(psiconv_header_section header);
942extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry); 944extern void psiconv_free_section_table_entry(psiconv_section_table_entry entry);
943extern void psiconv_free_section_table_section 945extern void psiconv_free_section_table_section
944 (psiconv_section_table_section section); 946 (psiconv_section_table_section section);
945extern void psiconv_free_application_id_section 947extern void psiconv_free_application_id_section

Legend:
Removed from v.167  
changed lines
  Added in v.182

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26