comparison src/gifrlib.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children b39c14581166
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
12 * 15 Sep 90 - Version 2.0 by Eric S. Raymond (Changes to suoport GIF slurp) * 12 * 15 Sep 90 - Version 2.0 by Eric S. Raymond (Changes to suoport GIF slurp) *
13 * 26 Jun 96 - Version 3.0 by Eric S. Raymond (Full GIF89 support) * 13 * 26 Jun 96 - Version 3.0 by Eric S. Raymond (Full GIF89 support) *
14 * 19 Jan 98 - Version 3.1 by Jareth Hein (Support for user-defined I/O). * 14 * 19 Jan 98 - Version 3.1 by Jareth Hein (Support for user-defined I/O). *
15 ******************************************************************************/ 15 ******************************************************************************/
16 16
17 #ifndef GIF_LIB_H 17 #ifndef INCLUDED_gifrlib_h_
18 #define GIF_LIB_H 18 #define INCLUDED_gifrlib_h_
19 19
20 #define GIF_ERROR 0 20 #define GIF_ERROR 0
21 #define GIF_OK 1 21 #define GIF_OK 1
22 22
23 #ifndef TRUE 23 #ifndef TRUE
262 int GifStdFileClose(VoidPtr method_data); 262 int GifStdFileClose(VoidPtr method_data);
263 263
264 ColorMapObject *MakeMapObject(int ColorCount, GifColorType *ColorMap); 264 ColorMapObject *MakeMapObject(int ColorCount, GifColorType *ColorMap);
265 void FreeMapObject(ColorMapObject *Object); 265 void FreeMapObject(ColorMapObject *Object);
266 266
267 267 #endif /* INCLUDED_gifrlib_h_ */
268 #endif /* GIF_LIB_H */