/[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 12 Revision 58
18*/ 18*/
19 19
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 <psiconv/data.h>
24#include "parse.h" 24#include <psiconv/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_mbm_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_mbm_jumptable_section *result); 196 psiconv_jumptable_section *result);
197extern int psiconv_parse_sketch_section(const psiconv_buffer buf, int lev,
198 psiconv_u32 off, int *length, int is_object,
199 psiconv_sketch_section *result);
200extern int psiconv_parse_clipart_section(const psiconv_buffer buf, int lev,
201 psiconv_u32 off, int *length,
202 psiconv_clipart_section *result);
203
204
191 205
192 206
193 207
194/* **************** 208/* ****************
195 * parse_driver.c * 209 * parse_driver.c *
202 psiconv_u32 off, psiconv_word_f *result); 216 psiconv_u32 off, psiconv_word_f *result);
203 217
204extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev, 218extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
205 psiconv_u32 off, psiconv_mbm_f *result); 219 psiconv_u32 off, psiconv_mbm_f *result);
206 220
221extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
222 psiconv_u32 off, psiconv_sketch_f *result);
223
224extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
225 psiconv_u32 off, psiconv_clipart_f *result);
226#ifdef __cplusplus
227}
228#endif /* __cplusplus */
229
207#endif /* PSICONV_PARSE_ROUTINES_H */ 230#endif /* PSICONV_PARSE_ROUTINES_H */

Legend:
Removed from v.12  
changed lines
  Added in v.58

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