/[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 43
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 psiconv_paint_data_section *result); 186 psiconv_paint_data_section *result);
187 187
188extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length,
190 psiconv_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);
194extern int psiconv_parse_clipart_section(const psiconv_buffer buf, int lev,
195 psiconv_u32 off, int *length,
196 psiconv_clipart_section *result);
197
198
199
200
188 201
189/* **************** 202/* ****************
190 * parse_driver.c * 203 * parse_driver.c *
191 **************** */ 204 **************** */
192 205
194 psiconv_u32 off, psiconv_texted_f *result); 207 psiconv_u32 off, psiconv_texted_f *result);
195 208
196extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 209extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
197 psiconv_u32 off, psiconv_word_f *result); 210 psiconv_u32 off, psiconv_word_f *result);
198 211
212extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
213 psiconv_u32 off, psiconv_mbm_f *result);
214
215extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
216 psiconv_u32 off, psiconv_sketch_f *result);
217
218extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
219 psiconv_u32 off, psiconv_clipart_f *result);
199 220
200#endif /* PSICONV_PARSE_ROUTINES_H */ 221#endif /* PSICONV_PARSE_ROUTINES_H */

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

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