summaryrefslogtreecommitdiffstats
path: root/tkimg/tiff/tiffInt.h
blob: d0ce604b979127770e0fbfa96d665f39afd752f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*

 * tiffInit.h --

 */

#include "tifftcl.h"


/*

 * Declarations shared between the .c files of the TIFF format handler.

 */

MODULE_SCOPE int TkimgTIFFInitZip(TIFF *, int);
MODULE_SCOPE int TkimgTIFFInitJpeg(TIFF *, int);
MODULE_SCOPE int TkimgTIFFInitPixar(TIFF *, int);

MODULE_SCOPE void TkimgTIFFfree(tdata_t data);
MODULE_SCOPE tdata_t TkimgTIFFmalloc(tsize_t size);
MODULE_SCOPE tdata_t TkimgTIFFrealloc(tdata_t data, tsize_t size);

#ifndef CONST86

#   define CONST86

#endif