/[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 173 Revision 196
1/* 1/*
2 parse_routines.h - Part of psiconv, a PSION 5 file formats converter 2 parse_routines.h - Part of psiconv, a PSION 5 file formats converter
3 Copyright (c) 1999, 2000 Frodo Looijaard <frodol@dds.nl> 3 Copyright (c) 1999-2004 Frodo Looijaard <frodol@dds.nl>
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version. 8 (at your option) any later version.
47 psiconv_u32 off, int *status); 47 psiconv_u32 off, int *status);
48extern psiconv_s32 psiconv_read_sint(const psiconv_config config, 48extern psiconv_s32 psiconv_read_sint(const psiconv_config config,
49 const psiconv_buffer buf,int lev, 49 const psiconv_buffer buf,int lev,
50 psiconv_u32 off, int *length, int *status); 50 psiconv_u32 off, int *length, int *status);
51 51
52extern psiconv_S_t psiconv_read_S(const psiconv_config config, 52extern psiconv_u32 psiconv_read_S(const psiconv_config config,
53 const psiconv_buffer buf, int lev, 53 const psiconv_buffer buf, int lev,
54 psiconv_u32 off, int *length, int *status); 54 psiconv_u32 off, int *length, int *status);
55extern psiconv_X_t psiconv_read_X(const psiconv_config config, 55extern psiconv_u32 psiconv_read_X(const psiconv_config config,
56 const psiconv_buffer buf, int lev, 56 const psiconv_buffer buf, int lev,
57 psiconv_u32 off, int *length, int *status); 57 psiconv_u32 off, int *length, int *status);
58extern psiconv_length_t psiconv_read_length(const psiconv_config config, 58extern psiconv_length_t psiconv_read_length(const psiconv_config config,
59 const psiconv_buffer buf, int lev, 59 const psiconv_buffer buf, int lev,
60 psiconv_u32 off, int *length, 60 psiconv_u32 off, int *length,
69 int *status); 69 int *status);
70extern psiconv_string_t psiconv_read_short_string(const psiconv_config config, 70extern psiconv_string_t psiconv_read_short_string(const psiconv_config config,
71 const psiconv_buffer buf, 71 const psiconv_buffer buf,
72 int lev,psiconv_u32 off, 72 int lev,psiconv_u32 off,
73 int *length,int *status); 73 int *length,int *status);
74extern psiconv_string_t psiconv_read_charlist(const psiconv_config config,
75 const psiconv_buffer buf, int lev,
76 psiconv_u32 off, int nrofchars,
77 int *status);
74 78
75extern int psiconv_parse_bool(const psiconv_config config, 79extern int psiconv_parse_bool(const psiconv_config config,
76 const psiconv_buffer buf, int lev, 80 const psiconv_buffer buf, int lev,
77 psiconv_u32 off, int *length, 81 psiconv_u32 off, int *length,
78 psiconv_bool_t *result); 82 psiconv_bool_t *result);

Legend:
Removed from v.173  
changed lines
  Added in v.196

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