File: tiffInt.h

package info (click to toggle)
libtk-img 1%3A2.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,852 kB
  • sloc: ansic: 224,696; sh: 20,589; tcl: 8,921; makefile: 2,272; cpp: 1,933; ada: 1,681; pascal: 1,139; cs: 879; awk: 794; asm: 587; python: 542; xml: 95
file content (17 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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);