/[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 184 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,

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

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