summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-22 20:01:18 +0000
commited4869111296da3b8514751fab9dffaa3146cb87 (patch)
tree2c70846273867a43b55920695412df4069c77efa /scheduler/printers.h
parent9e22304f017970e9ba10cd593a1b07df4aafdabb (diff)
downloadcups-ed4869111296da3b8514751fab9dffaa3146cb87.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@181 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index 4b1629098..b25af075f 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -135,8 +135,7 @@ 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 *hostname,
- const char *resource,
+extern const char *cupsdValidateDest(const char *uri,
cups_ptype_t *dtype,
cupsd_printer_t **printer);
extern void cupsdWritePrintcap(void);