]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-private.h
Move _cupsConvertOptions to ppd-cache since it depends on PPDs.
[thirdparty/cups.git] / cups / ppd-private.h
index 9e890e9edec86873e98316973f3c4d5df86a86f2..5b54063a43518eaad16bf38fafcffd0b437269a2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Private PPD definitions for CUPS.
  *
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2015 by Apple Inc.
  * Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  * These coded instructions, statements, and computer programs are the
@@ -155,6 +155,7 @@ struct _ppd_cache_s                 /**** PPD cache and PWG conversion data ****/
  * Prototypes...
  */
 
+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);
 extern _ppd_cache_t    *_ppdCacheCreateWithFile(const char *filename,
                                                 ipp_t **attrs);
 extern _ppd_cache_t    *_ppdCacheCreateWithPPD(ppd_file_t *ppd);