/[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 79 Revision 94
168 psiconv_u32 off, int *length, 168 psiconv_u32 off, int *length,
169 psiconv_word_styles_section *result); 169 psiconv_word_styles_section *result);
170 170
171 171
172/* ***************** 172/* *****************
173 * parse_sheet.c *
174 ***************** */
175
176extern int psiconv_parse_sheet_status_section(const psiconv_buffer buf, int lev,
177 psiconv_u32 off, int *length,
178 psiconv_sheet_status_section *result);
179
180
181
182/* *****************
173 * parse_image.c * 183 * parse_image.c *
174 ***************** */ 184 ***************** */
175 185
176extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 186extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
177 psiconv_u32 off, int *length, 187 psiconv_u32 off, int *length,
208extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 218extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
209 psiconv_u32 off, psiconv_sketch_f *result); 219 psiconv_u32 off, psiconv_sketch_f *result);
210 220
211extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 221extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
212 psiconv_u32 off, psiconv_clipart_f *result); 222 psiconv_u32 off, psiconv_clipart_f *result);
223extern int psiconv_parse_sheet_file(const psiconv_buffer buf,int lev,
224 psiconv_u32 off, psiconv_sheet_f *result);
225
213#ifdef __cplusplus 226#ifdef __cplusplus
214} 227}
215#endif /* __cplusplus */ 228#endif /* __cplusplus */
216 229
217#endif /* PSICONV_PARSE_ROUTINES_H */ 230#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.79  
changed lines
  Added in v.94

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