comparison src/gif_io.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 33bdb3d4b97f
children de805c49cfc1
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include <unistd.h> 4 #include <unistd.h>
5 #include "gifrlib.h" 5 #include "gifrlib.h"
6 #include "sysfile.h"
6 7
7 /****************************************************************************** 8 /******************************************************************************
8 * Set up the GifFileType structure for use. This must be called first in any * 9 * Set up the GifFileType structure for use. This must be called first in any *
9 * client program. Then, if custom IO or Error functions are desired, call * 10 * client program. Then, if custom IO or Error functions are desired, call *
10 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call * 11 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call *