/[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 2 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
174 179
175extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev, 180extern int psiconv_parse_word_styles_section(const psiconv_buffer buf, int lev,
176 psiconv_u32 off, int *length, 181 psiconv_u32 off, int *length,
177 psiconv_word_styles_section *result); 182 psiconv_word_styles_section *result);
178 183
184
185/* *****************
186 * parse_image.c *
187 ***************** */
188
189extern int psiconv_parse_paint_data_section(const psiconv_buffer buf,int lev,
190 psiconv_u32 off, int *length,
191 int isclipart,
192 psiconv_paint_data_section *result);
193
194extern int psiconv_parse_jumptable_section(const psiconv_buffer buf,int lev,
195 psiconv_u32 off, int *length,
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
205
206
207
179/* **************** 208/* ****************
180 * parse_driver.c * 209 * parse_driver.c *
181 **************** */ 210 **************** */
182 211
183extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev, 212extern int psiconv_parse_texted_file(const psiconv_buffer buf,int lev,
184 psiconv_u32 off, psiconv_texted_f *result); 213 psiconv_u32 off, psiconv_texted_f *result);
185 214
186extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev, 215extern int psiconv_parse_word_file(const psiconv_buffer buf,int lev,
187 psiconv_u32 off, psiconv_word_f *result); 216 psiconv_u32 off, psiconv_word_f *result);
188 217
218extern int psiconv_parse_mbm_file(const psiconv_buffer buf,int lev,
219 psiconv_u32 off, psiconv_mbm_f *result);
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 */
189 229
190#endif /* PSICONV_PARSE_ROUTINES_H */ 230#endif /* PSICONV_PARSE_ROUTINES_H */

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

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