summaryrefslogtreecommitdiff
path: root/src/tiff.rs
diff options
context:
space:
mode:
authorcc <cc@localhost>2025-08-28 02:15:40 -0700
committercc <cc@localhost>2025-08-28 02:15:52 -0700
commitb60d83760feee732bd271615ad74d0c20cec5ad3 (patch)
tree51009b5980bb0f30e95b411ece0d995f2f51d3e4 /src/tiff.rs
parent8c805b7ca5f1065509c257c57fbb53c3f14630bf (diff)
Update to use unified labelHEADmaster
Diffstat (limited to 'src/tiff.rs')
-rw-r--r--src/tiff.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tiff.rs b/src/tiff.rs
index 88acbea..2bd9a84 100644
--- a/src/tiff.rs
+++ b/src/tiff.rs
@@ -1,7 +1,9 @@
use std::os::raw::{c_char, c_uint, c_void, c_longlong, c_long};
use std::ffi::CString;
-use label_toolkit::LargeLabelFormat;
+use label_toolkit::LabelFormat;
+
+type LargeLabelFormat = LabelFormat<u32>;
/// # TIFF Internal Structure