summaryrefslogtreecommitdiffstats
path: root/tkimg/tiff/tiffInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/tiff/tiffInt.h')
-rwxr-xr-xtkimg/tiff/tiffInt.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/tkimg/tiff/tiffInt.h b/tkimg/tiff/tiffInt.h
new file mode 100755
index 0000000..59d2c91
--- /dev/null
+++ b/tkimg/tiff/tiffInt.h
@@ -0,0 +1,24 @@
+/*
+ * 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 CONST84
+# define CONST84
+#endif
+#ifndef CONST86
+# define CONST86
+#endif