diff options
author | Jeremy Allison <jra@samba.org> | 2000-06-22 23:59:22 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-06-22 23:59:22 +0000 |
commit | eecab5c66096cc42323aaa4a796bf4a17e491a00 (patch) | |
tree | 93b03f3f1f5e324a32f13791b5acc21a3d07b27b /source3/include | |
parent | f9e9f98a4a579f24d8ad1804b22bf36ede250e23 (diff) | |
download | samba-eecab5c66096cc42323aaa4a796bf4a17e491a00.tar.gz samba-eecab5c66096cc42323aaa4a796bf4a17e491a00.tar.bz2 samba-eecab5c66096cc42323aaa4a796bf4a17e491a00.zip |
Changed enumports to show printernames as ports. In line with 'the grand plan' :-)
Gerald & I discussed with HP. More changes to follow.
Jeremy.
(This used to be commit 193a248beda99103c73a0b0ea5e2fbcbb516ce8e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index be901b3cf3..deb0ea2704 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1398,7 +1398,6 @@ char *lp_lppausecommand(int ); char *lp_lpresumecommand(int ); char *lp_queuepausecommand(int ); char *lp_queueresumecommand(int ); -char *lp_printername(int ); char *lp_driverfile(int ); char *lp_printerdriver(int ); char *lp_hostsallow(int ); @@ -1507,6 +1506,7 @@ int lp_security_mask(int snum); int lp_force_security_mode(int snum); int lp_dir_security_mask(int snum); int lp_force_dir_security_mode(int snum); +char *lp_printername(int snum); /*The following definitions come from param/params.c */ |