summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gstiffio.h')
-rw-r--r--base/gstiffio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gstiffio.h b/base/gstiffio.h
index 405e0fac..9ab9bfad 100644
--- a/base/gstiffio.h
+++ b/base/gstiffio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2021 Artifex Software, Inc.
+/* Copyright (C) 2001-2022 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -23,5 +23,6 @@
TIFF *
tiff_from_filep(gx_device_printer *dev, const char *name, gp_file *filep, int big_endian, bool usebigtiff);
void tiff_set_handlers (void);
+int tiff_filename_from_tiff(TIFF *t, char **name);
#endif /* gstiffio_INCLUDED */