diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index f347bd0dda..9002fea582 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -38,7 +38,7 @@ struct printjob { fstring filename; /* the filename used to spool the file */ fstring jobname; /* the job name given to us by the client */ fstring user; /* the user who started the job */ - fstring qname; /* name of the print queue the job was sent to */ + int snum; /* service number of printer for this job */ }; /* Information for print interfaces */ |