summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-07 00:48:27 +0000
committerJeremy Allison <jra@samba.org>2000-10-07 00:48:27 +0000
commit5d4f5cdddc23819bfab0961a013ed5593b2b2d30 (patch)
tree60a0169988a581868d1701c259bd223777475c3a /source3/include/smb.h
parentf601ecdda2dd229effb32b53cb99dbb67c6bd43e (diff)
downloadsamba-5d4f5cdddc23819bfab0961a013ed5593b2b2d30.tar.gz
samba-5d4f5cdddc23819bfab0961a013ed5593b2b2d30.tar.bz2
samba-5d4f5cdddc23819bfab0961a013ed5593b2b2d30.zip
Integrated support for NT and OS/2 lpq parsing. Code from
Jim McDonough Infoprint Manager Development Linux Technology Center IBM Boulder Jeremy. (This used to be commit d9eedd5db1728be8e23d73c954db13bbbcadf3fb)
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 1bc1d3fba4..16fb954ad8 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1411,7 +1411,7 @@ enum server_types
/* printing types */
enum printing_types {PRINT_BSD,PRINT_SYSV,PRINT_AIX,PRINT_HPUX,
- PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ,PRINT_CUPS};
+ PRINT_QNX,PRINT_PLP,PRINT_LPRNG,PRINT_SOFTQ,PRINT_CUPS,PRINT_LPRNT,PRINT_LPROS2};
/* Remote architectures we know about. */
enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_SAMBA};