summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-04-15 20:40:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:15 -0500
commit578a7d254fa857a9cd109f27efe1071c0afc37c5 (patch)
treec002e807a7a36ad20a4ace4df10e502d336323df /source3/include/smb.h
parent5b6286b26bd9543491623451d694ff4b225c2101 (diff)
downloadsamba-578a7d254fa857a9cd109f27efe1071c0afc37c5.tar.gz
samba-578a7d254fa857a9cd109f27efe1071c0afc37c5.tar.bz2
samba-578a7d254fa857a9cd109f27efe1071c0afc37c5.zip
r242: adding 'cups options' parameter to allow raw printing without changing /etc/cups/cupsd.conf -- documentation to follow
(This used to be commit 2f323b0991c37022fb59ef8c69454eff03296662)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 7ed284896d..aab61deaab 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -539,7 +539,7 @@ enum {LPQ_QUEUED=0,LPQ_PAUSED,LPQ_SPOOLING,LPQ_PRINTING,LPQ_ERROR,LPQ_DELETING,
typedef struct _print_queue_struct
{
- int job; /* normally the SMB jobid -- see note in
+ int job; /* normally the UNIX jobid -- see note in
printing.c:traverse_fn_delete() */
int size;
int page_count;