/[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 24
186 psiconv_paint_data_section *result); 186 psiconv_paint_data_section *result);
187 187
188extern int psiconv_parse_mbm_jumptable_section(const psiconv_buffer buf,int lev, 188extern int psiconv_parse_mbm_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length, 189 psiconv_u32 off, int *length,
190 psiconv_mbm_jumptable_section *result); 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
191 195
192 196
193 197
194/* **************** 198/* ****************
195 * parse_driver.c * 199 * parse_driver.c *
202 psiconv_u32 off, psiconv_word_f *result); 206 psiconv_u32 off, psiconv_word_f *result);
203 207
204extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev, 208extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
205 psiconv_u32 off, psiconv_mbm_f *result); 209 psiconv_u32 off, psiconv_mbm_f *result);
206 210
211extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_sketch_f *result);
213
207#endif /* PSICONV_PARSE_ROUTINES_H */ 214#endif /* PSICONV_PARSE_ROUTINES_H */

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

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