summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vector/gdevpdfg.h')
-rw-r--r--devices/vector/gdevpdfg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/devices/vector/gdevpdfg.h b/devices/vector/gdevpdfg.h
index e9faa670..85e67d9f 100644
--- a/devices/vector/gdevpdfg.h
+++ b/devices/vector/gdevpdfg.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2020 Artifex Software, Inc.
+/* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -296,6 +296,8 @@ pdf_complete_image_data(gx_device_pdf *pdev, pdf_image_writer *piw, int data_h,
int pdf_end_image_binary(gx_device_pdf *pdev, pdf_image_writer *piw,
int data_h);
+int pdf_end_abort_image(gx_device_pdf * pdev, pdf_image_writer * piw);
+
/*
* Finish writing an image. If in-line, write the BI/dict/ID/data/EI and
* return 1; if a resource, write the resource definition and return 0.