--- psiconv/trunk/lib/psiconv/parse_routines.h 2001/07/25 11:49:59 134 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2003/11/23 21:47:24 167 @@ -152,6 +152,20 @@ psiconv_text_and_layout result, const psiconv_character_layout base_char, const psiconv_paragraph_layout base_para); +extern int psiconv_parse_embedded_object_section + (const psiconv_buffer buf, int lev, + psiconv_u32 off, int *length, + psiconv_embedded_object_section *result); +extern int psiconv_parse_object_display_section(const psiconv_buffer buf, + int lev, + psiconv_u32 off, int *length, + psiconv_object_display_section *result); +extern int psiconv_parse_object_icon_section(const psiconv_buffer buf,int lev, + psiconv_u32 off, int *length, + psiconv_object_icon_section *result); + + + /* ****************** @@ -273,7 +287,7 @@ psiconv_u32 off, int *length, psiconv_jumptable_section *result); extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev, - psiconv_u32 off, int *length, int is_object, + psiconv_u32 off, int *length, psiconv_sketch_section *result); extern int psiconv_parse_clipart_section(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length,