diff options
Diffstat (limited to 'psi/imain.h')
-rw-r--r-- | psi/imain.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/psi/imain.h b/psi/imain.h index dd333032..5d3c8e19 100644 --- a/psi/imain.h +++ b/psi/imain.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 @@ -85,6 +85,10 @@ int gs_main_init1(gs_main_instance * minst); */ int gs_main_init2(gs_main_instance * minst); +int +gs_main_set_language_param(gs_main_instance *minst, + gs_param_list *plist); + /* * The runlibfile operator uses a search path, as described in * Use.htm, for looking up file names. Each interpreter instance has |