source: trunk/src/3rdparty/libmng/libmng_read.h

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

  • Property svn:keywords set to Id
File size: 2.6 KB
Line 
1/* ************************************************************************** */
2/* * * */
3/* * project : libmng * */
4/* * file : libmng_read.h copyright (c) 2000 G.Juyn * */
5/* * version : 1.0.0 * */
6/* * * */
7/* * purpose : Read management (definition) * */
8/* * * */
9/* * author : G.Juyn * */
10/* * web : http://www.3-t.com * */
11/* * email : mailto:info@3-t.com * */
12/* * * */
13/* * comment : Definition of the read management routines * */
14/* * * */
15/* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */
16/* * - changed strict-ANSI stuff * */
17/* * * */
18/* * 0.9.2 - 08/05/2000 - G.Juyn * */
19/* * - changed file-prefixes * */
20/* * * */
21/* * 0.9.3 - 10/18/2000 - G.Juyn * */
22/* * - added closestream() processing for mng_cleanup() * */
23/* * * */
24/* ************************************************************************** */
25
26#if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI)
27#pragma option -A /* force ANSI-C */
28#endif
29
30#ifndef _libmng_read_h_
31#define _libmng_read_h_
32
33/* ************************************************************************** */
34
35mng_retcode process_eof (mng_datap pData);
36
37mng_retcode read_graphic (mng_datap pData);
38
39/* ************************************************************************** */
40
41#endif /* _libmng_read_h_ */
42
43/* ************************************************************************** */
44/* * end of file * */
45/* ************************************************************************** */
Note: See TracBrowser for help on using the repository browser.