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

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

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

Revision 2 Revision 12
174 174
175extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev, 175extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev,
176 psiconv_u32 off, int *length, 176 psiconv_u32 off, int *length,
177 psiconv_word_styles_section *result); 177 psiconv_word_styles_section *result);
178 178
179
180/* *****************
181 * parse_image.c *
182 ***************** */
183
184extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
185 psiconv_u32 off, int *length,
186 psiconv_paint_data_section *result);
187
188extern int psiconv_parse_mbm_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length,
190 psiconv_mbm_jumptable_section *result);
191
192
193
179/* **************** 194/* ****************
180 * parse_driver.c * 195 * parse_driver.c *
181 **************** */ 196 **************** */
182 197
183extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev, 198extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev,
184 psiconv_u32 off, psiconv_texted_f *result); 199 psiconv_u32 off, psiconv_texted_f *result);
185 200
186extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 201extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
187 psiconv_u32 off, psiconv_word_f *result); 202 psiconv_u32 off, psiconv_word_f *result);
188 203
204extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
205 psiconv_u32 off, psiconv_mbm_f *result);
189 206
190#endif /* PSICONV_PARSE_ROUTINES_H */ 207#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.2  
changed lines
  Added in v.12

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