summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-10 18:10:49 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-11 20:06:36 +0200
commitacfc02c1747065fe450c7cfeb6f1844b62335f08 (patch)
tree5887806a2e6b99bbb0255e013a9028810e230a7f /psi/zht2.h
parentImport Ghostscript 9.52 (diff)
downloadghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.gz
ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.bz2
ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.zip
Import Ghostscript 9.53ghostscript-9.53
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'psi/zht2.h')
-rw-r--r--psi/zht2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/zht2.h b/psi/zht2.h
index 40cf4cd1..cbbbce5b 100644
--- a/psi/zht2.h
+++ b/psi/zht2.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -25,7 +25,7 @@
* This routine translates a gs_separation_name value into a character string
* pointer and a string length.
*/
-int gs_get_colorname_string(const gs_memory_t *mem,
+int gs_get_colorname_string(gs_gstate *pgs,
gs_separation_name colorname_index,
unsigned char **ppstr,
unsigned int *pname_size);