/[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 12 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);
187 188
188extern int psiconv_parse_mbm_jumptable_section(const psiconv_buffer buf,int lev, 189extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length, 190 psiconv_u32 off, int *length,
190 psiconv_mbm_jumptable_section *result); 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
191 200
192 201
193 202
194/* **************** 203/* ****************
195 * parse_driver.c * 204 * parse_driver.c *
202 psiconv_u32 off, psiconv_word_f *result); 211 psiconv_u32 off, psiconv_word_f *result);
203 212
204extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev, 213extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
205 psiconv_u32 off, psiconv_mbm_f *result); 214 psiconv_u32 off, psiconv_mbm_f *result);
206 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);
221
207#endif /* PSICONV_PARSE_ROUTINES_H */ 222#endif /* PSICONV_PARSE_ROUTINES_H */

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

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