summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-05-22 23:39:03 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-05-22 23:39:03 +0000
commit3608048605dc5886f0d960ed83e77e2243a6e33d (patch)
tree8c3b3c3e5e89a01f876a404b56617a9918252af8 /scheduler/printers.h
parentf301802fc285c5ec9effadfbf13de653822dddd8 (diff)
downloadcups-3608048605dc5886f0d960ed83e77e2243a6e33d.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@161 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index 7d502b681..ef8b34709 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -1,5 +1,5 @@
/*
- * "$Id: printers.h 5533 2006-05-16 19:45:14Z mike $"
+ * "$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 5533 2006-05-16 19:45:14Z mike $".
+ * End of "$Id: printers.h 5330 2006-03-23 21:07:20Z mike $".
*/