diff options
author | Sam James <sam@gentoo.org> | 2022-09-21 14:18:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-02 04:31:25 +0100 |
commit | a529111f77ff46f4836fe7312e70953bc16587cf (patch) | |
tree | 9dc3924cb1a6ef3ef853b7bb45f735365e0b4e6d /pdf/pdf_int.h | |
parent | Import Ghostscript 9.56.1 (diff) | |
download | ghostscript-gpl-patches-ghostscript-10.tar.gz ghostscript-gpl-patches-ghostscript-10.tar.bz2 ghostscript-gpl-patches-ghostscript-10.zip |
Import Ghostscript 10.0ghostscript-10.0ghostscript-10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'pdf/pdf_int.h')
-rw-r--r-- | pdf/pdf_int.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pdf/pdf_int.h b/pdf/pdf_int.h index c841fc9f..4cf1dcb6 100644 --- a/pdf/pdf_int.h +++ b/pdf/pdf_int.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2021 Artifex Software, Inc. +/* Copyright (C) 2018-2022 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -29,6 +29,9 @@ int pdfi_name_alloc(pdf_context *ctx, byte *key, uint32_t size, pdf_obj **o); int pdfi_read_dict(pdf_context *ctx, pdf_c_stream *s, uint32_t indirect_num, uint32_t indirect_gen); +int pdfi_read_bare_int(pdf_context *ctx, pdf_c_stream *s, int *parsed_int); +int pdfi_read_bare_keyword(pdf_context *ctx, pdf_c_stream *s); + void local_save_stream_state(pdf_context *ctx, stream_save *local_save); void local_restore_stream_state(pdf_context *ctx, stream_save *local_save); void cleanup_context_interpretation(pdf_context *ctx, stream_save *local_save); |