/[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 43 Revision 55
20#ifndef PSICONV_PARSE_ROUTINES_H 20#ifndef PSICONV_PARSE_ROUTINES_H
21#define PSICONV_PARSE_ROUTINES_H 21#define PSICONV_PARSE_ROUTINES_H
22 22
23#include "data.h" 23#include "data.h"
24#include "parse.h" 24#include "parse.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif /* __cplusplus */
29
25 30
26/* *************** 31/* ***************
27 * parse_aux.c * 32 * parse_aux.c *
28 *************** */ 33 *************** */
29 34
180/* ***************** 185/* *****************
181 * parse_image.c * 186 * parse_image.c *
182 ***************** */ 187 ***************** */
183 188
184extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev, 189extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
185 psiconv_u32 off, int *length, 190 psiconv_u32 off, int *length,
191 int isclipart,
186 psiconv_paint_data_section *result); 192 psiconv_paint_data_section *result);
187 193
188extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev, 194extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
189 psiconv_u32 off, int *length, 195 psiconv_u32 off, int *length,
190 psiconv_jumptable_section *result); 196 psiconv_jumptable_section *result);
215extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 221extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
216 psiconv_u32 off, psiconv_sketch_f *result); 222 psiconv_u32 off, psiconv_sketch_f *result);
217 223
218extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 224extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
219 psiconv_u32 off, psiconv_clipart_f *result); 225 psiconv_u32 off, psiconv_clipart_f *result);
226#ifdef __cplusplus
227}
228#endif /* __cplusplus */
220 229
221#endif /* PSICONV_PARSE_ROUTINES_H */ 230#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.43  
changed lines
  Added in v.55

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