/[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 129 Revision 134
242 psiconv_u32 off, int *length, 242 psiconv_u32 off, int *length,
243 psiconv_sheet_variable *result); 243 psiconv_sheet_variable *result);
244extern int psiconv_parse_sheet_variable_list(const psiconv_buffer buf, int lev, 244extern int psiconv_parse_sheet_variable_list(const psiconv_buffer buf, int lev,
245 psiconv_u32 off, int *length, 245 psiconv_u32 off, int *length,
246 psiconv_sheet_variable_list *result); 246 psiconv_sheet_variable_list *result);
247extern int psiconv_parse_sheet_grid_section(const psiconv_buffer buf, int lev,
248 psiconv_u32 off, int *length,
249 psiconv_sheet_grid_section *result);
250extern int psiconv_parse_sheet_grid_size_list(const psiconv_buffer buf, int lev,
251 psiconv_u32 off, int *length,
252 psiconv_sheet_grid_size_list *result);
253extern int psiconv_parse_sheet_grid_size(const psiconv_buffer buf, int lev,
254 psiconv_u32 off, int *length,
255 psiconv_sheet_grid_size *result);
256extern int psiconv_parse_sheet_grid_break_list(const psiconv_buffer buf,
257 int lev, psiconv_u32 off, int *length,
258 psiconv_sheet_grid_break_list *result);
259
260
247 261
248 262
249/* ***************** 263/* *****************
250 * parse_image.c * 264 * parse_image.c *
251 ***************** */ 265 ***************** */

Legend:
Removed from v.129  
changed lines
  Added in v.134

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