/[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 12
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_mbm_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length,
190 psiconv_mbm_jumptable_section *result);
191
192
188 193
189/* **************** 194/* ****************
190 * parse_driver.c * 195 * parse_driver.c *
191 **************** */ 196 **************** */
192 197
194 psiconv_u32 off, psiconv_texted_f *result); 199 psiconv_u32 off, psiconv_texted_f *result);
195 200
196extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 201extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
197 psiconv_u32 off, psiconv_word_f *result); 202 psiconv_u32 off, psiconv_word_f *result);
198 203
204extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
205 psiconv_u32 off, psiconv_mbm_f *result);
199 206
200#endif /* PSICONV_PARSE_ROUTINES_H */ 207#endif /* PSICONV_PARSE_ROUTINES_H */

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

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