summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-24 18:54:11 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-05-24 18:54:11 +0000
commit3d8365b8dc12c660de084e4047b8648fc377ed16 (patch)
tree64bc02033c67a4fbfea9a20b39be54506f18f9ae /scheduler/printers.h
parentb94498cfba64422f0f21181b0c51cc0bed7c7d92 (diff)
downloadcups-3d8365b8dc12c660de084e4047b8648fc377ed16.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@326 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index c822ad157..64dc34f07 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -1,5 +1,5 @@
/*
- * "$Id: printers.h 6433 2007-04-02 21:50:50Z mike $"
+ * "$Id: printers.h 6541 2007-05-23 20:18:00Z mike $"
*
* Printer definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -63,7 +63,8 @@ typedef struct cupsd_printer_s
char *reasons[16]; /* printer-state-reasons strings */
time_t state_time; /* Time at this state */
char *job_sheets[2]; /* Banners/job sheets */
- cups_ptype_t type; /* Printer type (color, small, etc.) */
+ cups_ptype_t type, /* Printer type (color, small, etc.) */
+ external_type; /* Printer type that is advertised */
char *browse_attrs; /* Attributes sent with browse data */
time_t browse_expire; /* Expiration time for printer */
time_t browse_time; /* Last time update was sent/received */
@@ -146,6 +147,8 @@ extern void cupsdDeleteAllPrinters(void);
extern void cupsdDeletePrinter(cupsd_printer_t *p, int update);
extern cupsd_printer_t *cupsdFindDest(const char *name);
extern cupsd_printer_t *cupsdFindPrinter(const char *name);
+extern cupsd_quota_t *cupsdFindQuota(cupsd_printer_t *p,
+ const char *username);
extern void cupsdFreePrinterUsers(cupsd_printer_t *p);
extern void cupsdFreeQuotas(cupsd_printer_t *p);
extern void cupsdLoadAllPrinters(void);
@@ -175,5 +178,5 @@ extern void cupsdWritePrintcap(void);
/*
- * End of "$Id: printers.h 6433 2007-04-02 21:50:50Z mike $".
+ * End of "$Id: printers.h 6541 2007-05-23 20:18:00Z mike $".
*/