X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fppd-private.h;h=7b406c971bdd6e37edc9bc4dd6e4151e942ee12d;hb=f950947148bd1867c247a211af7404056b2b2e36;hp=bb094edf5b317ec625fee03f2f670be25fa0bf3c;hpb=dd204f7a5030aec83a0c38f695c4bba84a49e4f4;p=thirdparty%2Fcups.git diff --git a/cups/ppd-private.h b/cups/ppd-private.h index bb094edf5..7b406c971 100644 --- a/cups/ppd-private.h +++ b/cups/ppd-private.h @@ -1,7 +1,7 @@ /* * Private PPD definitions for CUPS. * - * Copyright © 2007-2018 by Apple Inc. + * Copyright © 2007-2019 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * * Licensed under Apache License v2.0. See the file "LICENSE" for more @@ -156,6 +156,7 @@ struct _ppd_cache_s /**** PPD cache and PWG conversion data ****/ */ extern int _cupsConvertOptions(ipp_t *request, ppd_file_t *ppd, _ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options) _CUPS_PRIVATE; +extern int _cupsRasterExecPS(cups_page_header2_t *h, int *preferred_bits, const char *code) _CUPS_NONNULL(3) _CUPS_PRIVATE; extern int _cupsRasterInterpretPPD(cups_page_header2_t *h, ppd_file_t *ppd, int num_options, cups_option_t *options, cups_interpret_cb_t func) _CUPS_PRIVATE; extern _ppd_cache_t *_ppdCacheCreateWithFile(const char *filename,