summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-20 18:43:55 +0000
commitbd7854cb4d663bb0e561eaf5b01bbd47baa71d22 (patch)
treebca042d698732a5e19035c88c6ffc39d80f543f1 /scheduler/printers.h
parent4400e98de24bd267328aa20d57951fb6678297fe (diff)
downloadcups-bd7854cb4d663bb0e561eaf5b01bbd47baa71d22.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@60 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index b11b96068..79872ecdd 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -1,5 +1,5 @@
/*
- * "$Id: printers.h 5039 2006-02-01 16:29:57Z mike $"
+ * "$Id: printers.h 5083 2006-02-06 02:57:43Z mike $"
*
* Printer definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -110,7 +110,6 @@ VAR cupsd_policy_t *DefaultPolicyPtr
*/
extern cupsd_printer_t *cupsdAddPrinter(const char *name);
-extern void cupsdAddPrinterFilter(cupsd_printer_t *p, const char *filter);
extern void cupsdAddPrinterHistory(cupsd_printer_t *p);
extern void cupsdAddPrinterUser(cupsd_printer_t *p, const char *username);
extern cupsd_quota_t *cupsdAddQuota(cupsd_printer_t *p, const char *username);
@@ -144,5 +143,5 @@ extern char *cupsdSanitizeURI(const char *uri, char *buffer,
/*
- * End of "$Id: printers.h 5039 2006-02-01 16:29:57Z mike $".
+ * End of "$Id: printers.h 5083 2006-02-06 02:57:43Z mike $".
*/