/[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 24
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);
191extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev,
192 psiconv_u32 off, int *length, int is_object,
193 psiconv_sketch_section *result);
194
195
196
197
179/* **************** 198/* ****************
180 * parse_driver.c * 199 * parse_driver.c *
181 **************** */ 200 **************** */
182 201
183extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev, 202extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev,
184 psiconv_u32 off, psiconv_texted_f *result); 203 psiconv_u32 off, psiconv_texted_f *result);
185 204
186extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 205extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
187 psiconv_u32 off, psiconv_word_f *result); 206 psiconv_u32 off, psiconv_word_f *result);
188 207
208extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_mbm_f *result);
210
211extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_sketch_f *result);
189 213
190#endif /* PSICONV_PARSE_ROUTINES_H */ 214#endif /* PSICONV_PARSE_ROUTINES_H */

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

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