comparison src/gifrlib.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_gifrlib_h_ 17 #ifndef GIF_LIB_H
18 #define INCLUDED_gifrlib_h_ 18 #define GIF_LIB_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 #endif /* INCLUDED_gifrlib_h_ */ 267
268 #endif /* GIF_LIB_H */