Eneboo - Documentación para desarrolladores
|
00001 /* ************************************************************************** */ 00002 /* * * */ 00003 /* * project : libmng * */ 00004 /* * file : libmng_read.h copyright (c) 2000 G.Juyn * */ 00005 /* * version : 1.0.0 * */ 00006 /* * * */ 00007 /* * purpose : Read management (definition) * */ 00008 /* * * */ 00009 /* * author : G.Juyn * */ 00010 /* * web : http://www.3-t.com * */ 00011 /* * email : mailto:info@3-t.com * */ 00012 /* * * */ 00013 /* * comment : Definition of the read management routines * */ 00014 /* * * */ 00015 /* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */ 00016 /* * - changed strict-ANSI stuff * */ 00017 /* * * */ 00018 /* * 0.9.2 - 08/05/2000 - G.Juyn * */ 00019 /* * - changed file-prefixes * */ 00020 /* * * */ 00021 /* * 0.9.3 - 10/18/2000 - G.Juyn * */ 00022 /* * - added closestream() processing for mng_cleanup() * */ 00023 /* * * */ 00024 /* ************************************************************************** */ 00025 00026 #if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI) 00027 #pragma option -A /* force ANSI-C */ 00028 #endif 00029 00030 #ifndef _libmng_read_h_ 00031 #define _libmng_read_h_ 00032 00033 /* ************************************************************************** */ 00034 00035 mng_retcode process_eof (mng_datap pData); 00036 00037 mng_retcode read_graphic (mng_datap pData); 00038 00039 /* ************************************************************************** */ 00040 00041 #endif /* _libmng_read_h_ */ 00042 00043 /* ************************************************************************** */ 00044 /* * end of file * */ 00045 /* ************************************************************************** */