/[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 11 Revision 45
180/* ***************** 180/* *****************
181 * parse_image.c * 181 * parse_image.c *
182 ***************** */ 182 ***************** */
183 183
184extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 184extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
185 psiconv_u32 off, int *length, 185 psiconv_u32 off, int *length,
186 int isclipart,
186 psiconv_paint_data_section *result); 187 psiconv_paint_data_section *result);
188
189extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
190 psiconv_u32 off, int *length,
191 psiconv_jumptable_section *result);
192extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev,
193 psiconv_u32 off, int *length, int is_object,
194 psiconv_sketch_section *result);
195extern int psiconv_parse_clipart_section(const psiconv_buffer buf, int lev,
196 psiconv_u32 off, int *length,
197 psiconv_clipart_section *result);
198
199
200
187 201
188 202
189/* **************** 203/* ****************
190 * parse_driver.c * 204 * parse_driver.c *
191 **************** */ 205 **************** */
194 psiconv_u32 off, psiconv_texted_f *result); 208 psiconv_u32 off, psiconv_texted_f *result);
195 209
196extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 210extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
197 psiconv_u32 off, psiconv_word_f *result); 211 psiconv_u32 off, psiconv_word_f *result);
198 212
213extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
214 psiconv_u32 off, psiconv_mbm_f *result);
215
216extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
217 psiconv_u32 off, psiconv_sketch_f *result);
218
219extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
220 psiconv_u32 off, psiconv_clipart_f *result);
199 221
200#endif /* PSICONV_PARSE_ROUTINES_H */ 222#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.11  
changed lines
  Added in v.45

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