--- psiconv/trunk/lib/psiconv/parse_routines.h 1999/10/11 15:17:17 11 +++ psiconv/trunk/lib/psiconv/parse_routines.h 1999/12/03 00:59:12 41 @@ -185,6 +185,15 @@ psiconv_u32 off, int *length, psiconv_paint_data_section *result); +extern int psiconv_parse_mbm_jumptable_section(const psiconv_buffer buf,int lev, + psiconv_u32 off, int *length, + psiconv_mbm_jumptable_section *result); +extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, int is_object, + psiconv_sketch_section *result); + + + /* **************** * parse_driver.c * @@ -196,5 +205,13 @@ extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, psiconv_u32 off, psiconv_word_f *result); +extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev, + psiconv_u32 off, psiconv_mbm_f *result); + +extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, + psiconv_u32 off, psiconv_sketch_f *result); + +extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, + psiconv_u32 off, psiconv_clipart_f *result); #endif /* PSICONV_PARSE_ROUTINES_H */