]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / printers.h
index 9b71939bd8284e0cf011b5653743fd10f799e285..ef8b3470909ef672748f076245de2e754c02b845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: printers.h 181 2006-06-22 20:01:18Z jlovell $"
+ * "$Id: printers.h 5330 2006-03-23 21:07:20Z mike $"
  *
  *   Printer definitions for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -135,7 +135,8 @@ extern void         cupsdStopPrinter(cupsd_printer_t *p, int update);
 extern void            cupsdUpdatePrinters(void);
 extern cupsd_quota_t   *cupsdUpdateQuota(cupsd_printer_t *p, const char *username,
                                          int pages, int k);
-extern const char      *cupsdValidateDest(const char *uri,
+extern const char      *cupsdValidateDest(const char *hostname,
+                                          const char *resource,
                                           cups_ptype_t *dtype,
                                           cupsd_printer_t **printer);
 extern void            cupsdWritePrintcap(void);
@@ -145,5 +146,5 @@ extern char         *cupsdSanitizeURI(const char *uri, char *buffer,
 
 
 /*
- * End of "$Id: printers.h 181 2006-06-22 20:01:18Z jlovell $".
+ * End of "$Id: printers.h 5330 2006-03-23 21:07:20Z mike $".
  */