From eecab5c66096cc42323aaa4a796bf4a17e491a00 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 22 Jun 2000 23:59:22 +0000 Subject: 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) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit