--- psiconv/trunk/lib/psiconv/parse_routines.h 2003/11/20 22:14:43 160 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2003/11/22 22:17:04 163 @@ -155,6 +155,16 @@ extern int psiconv_parse_embedded_object(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length, psiconv_object *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); + + + /* ****************** @@ -276,7 +286,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,