summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tiffio.h')
-rw-r--r--libtiff/tiffio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h
index e4a8d4ea..6bd776e7 100644
--- a/libtiff/tiffio.h
+++ b/libtiff/tiffio.h
@@ -1,4 +1,4 @@
-/* $Header: /usr/people/sam/tiff/libtiff/RCS/tiffio.h,v 1.93 1996/03/07 17:00:14 sam Exp $ */
+/* $Header: /usr/people/sam/tiff/libtiff/RCS/tiffio.h,v 1.94 1996/06/04 19:04:41 sam Exp $ */
/*
* Copyright (c) 1988-1996 Sam Leffler
@@ -65,7 +65,7 @@ typedef struct tiff TIFF;
* NB: toff_t is not off_t for many reasons; TIFFs max out at
* 32-bit file offsets being the most important
*/
-typedef unsigned int ttag_t; /* directory tag */
+typedef uint32 ttag_t; /* directory tag */
typedef uint16 tdir_t; /* directory index */
typedef uint16 tsample_t; /* sample number */
typedef uint32 tstrip_t; /* strip number */