FGx
1
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
src
utilities
fgx_gzlib.h
1
/* ********************************************************
2
* fgx_gzlib.h
3
* for fgx project
4
*
5
* Created by Geoff R. Mclane, Paris
6
* (c) 2011 GPL2 (or later)
7
*
8
******************************************************** */
9
#ifndef FGX_GZLIB_H
10
#define FGX_GZLIB_H
11
12
#include <QString>
13
14
typedef
void
* fgx_gzHandle;
// opaque HANDLE to gz file
15
16
extern
fgx_gzHandle fgx_gzOpen(QString file);
17
extern
QString fgx_gzReadline(fgx_gzHandle hand);
18
extern
int
fgx_gzEof(fgx_gzHandle hand);
19
extern
int
fgx_gzClose(fgx_gzHandle hand);
20
21
22
#endif // FGX_GZLIB_H
23
// eof - fgx_gzlib.h
Generated on Thu Oct 16 2014 08:33:50 for FGx by
1.8.8