diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-23 03:12:58 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-23 03:12:58 +0000 |
commit | a44721750944af9beb46f169a49a439b614a8622 (patch) | |
tree | d919f0287d64c24cec28ede7dd657117323512d0 /source3/include | |
parent | da8805b377e361a7cab399b3c786a25f7175e7cf (diff) | |
download | samba-a44721750944af9beb46f169a49a439b614a8622.tar.gz samba-a44721750944af9beb46f169a49a439b614a8622.tar.bz2 samba-a44721750944af9beb46f169a49a439b614a8622.zip |
Two OS/2 printer fixes from Jim McDonough @ IBM.
First one adds a new info level into the lanman printing and an ioctl to the trans2 code.
Andrew - this uses ASCII only. It looks ok to me but please check !
Second one adds a parameter "os2 driver map" that allows OS/2 driver names to be mapped.
Jeremy.
(This used to be commit da79b519e0b6b4317d7fb5260d74e0e74a7e0b46)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ffa7744326..9d7ec27f95 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1566,6 +1566,7 @@ char *lp_printcapname(void); char *lp_enumports_cmd(void); char *lp_addprinter_cmd(void); char *lp_deleteprinter_cmd(void); +char *lp_os2_driver_map(void); char *lp_lockdir(void); char *lp_utmpdir(void); char *lp_wtmpdir(void); |