diff options
author | 2019-10-15 12:24:12 +0200 | |
---|---|---|
committer | 2020-08-13 11:26:55 +0200 | |
commit | e088156d5b620e5e639580dacf85c6dc13823c74 (patch) | |
tree | 57f5c025e203279944da512166c20bc0521d8ccd /psi/ifrpred.h | |
download | ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.gz ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.tar.bz2 ghostscript-gpl-patches-e088156d5b620e5e639580dacf85c6dc13823c74.zip |
Import Ghostscript 9.50ghostscript-9.50
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'psi/ifrpred.h')
-rw-r--r-- | psi/ifrpred.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/psi/ifrpred.h b/psi/ifrpred.h new file mode 100644 index 00000000..a5f5cc37 --- /dev/null +++ b/psi/ifrpred.h @@ -0,0 +1,30 @@ +/* Copyright (C) 2001-2019 Artifex Software, Inc. + All Rights Reserved. + + This software is provided AS-IS with no warranty, either express or + implied. + + This software is distributed under license and may not be copied, + modified or distributed except as expressly authorized under the terms + of the license contained in the file LICENSE in this distribution. + + Refer to licensing information at http://www.artifex.com or contact + Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, + CA 94945, U.S.A., +1(415)492-9861, for further information. +*/ + + +/* filter_read_predictor prototype */ + +#ifndef ifrpred_INCLUDED +# define ifrpred_INCLUDED + +#include "scommon.h" +#include "iref.h" + +/* Exported by zfdecode.c for zfzlib.c */ +int filter_read_predictor(i_ctx_t *i_ctx_p, int npop, + const stream_template * templat, + stream_state * st); + +#endif /* ifrpred_INCLUDED */ |