/[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 54 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
216extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev, 221extern int psiconv_parse_sketch_file(const psiconv_buffer buf,int lev,
217 psiconv_u32 off, psiconv_sketch_f *result); 222 psiconv_u32 off, psiconv_sketch_f *result);
218 223
219extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev, 224extern int psiconv_parse_clipart_file(const psiconv_buffer buf,int lev,
220 psiconv_u32 off, psiconv_clipart_f *result); 225 psiconv_u32 off, psiconv_clipart_f *result);
226#ifdef __cplusplus
227}
228#endif /* __cplusplus */
221 229
222#endif /* PSICONV_PARSE_ROUTINES_H */ 230#endif /* PSICONV_PARSE_ROUTINES_H */

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

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