]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-private.h
Remove debug fprintf that was accidentally left in...
[thirdparty/cups.git] / cups / ppd-private.h
index bb094edf5b317ec625fee03f2f670be25fa0bf3c..7b406c971bdd6e37edc9bc4dd6e4151e942ee12d 100644 (file)
@@ -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,