summaryrefslogtreecommitdiffstats
path: root/source/include/printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/printing.h')
-rw-r--r--source/include/printing.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/include/printing.h b/source/include/printing.h
index bf7c61b251e..fd1e7e43e4e 100644
--- a/source/include/printing.h
+++ b/source/include/printing.h
@@ -47,7 +47,13 @@ struct printjob {
/* Information for print interfaces */
struct printif
{
- int (*queue_get)(int snum, print_queue_struct **q,
+ /* value of the 'printing' option for this service */
+ enum printing_types type;
+
+ int (*queue_get)(const char *printer_name,
+ enum printing_types printing_type,
+ char *lpq_command,
+ print_queue_struct **q,
print_status_struct *status);
int (*queue_pause)(int snum);
int (*queue_resume)(int snum);