]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.h
Merge changes from CUPS trunk, r7566.
[thirdparty/cups.git] / scheduler / printers.h
index d28789bf16c1a74b1ff3e1a01e7cef25b65c9451..b14b1b19680d05d5e88925494263350cf6e7fedf 100644 (file)
@@ -162,6 +162,9 @@ extern void         cupsdSetPrinterState(cupsd_printer_t *p, ipp_pstate_t s,
                                             int update);
 #define                        cupsdStartPrinter(p,u) cupsdSetPrinterState((p), IPP_PRINTER_IDLE, (u))
 extern void            cupsdStopPrinter(cupsd_printer_t *p, int update);
+extern int             cupsdUpdatePrinterPPD(cupsd_printer_t *p,
+                                             int num_keywords,
+                                             cups_option_t *keywords);
 extern void            cupsdUpdatePrinters(void);
 extern cupsd_quota_t   *cupsdUpdateQuota(cupsd_printer_t *p,
                                          const char *username, int pages,