diff options
author | Simo Sorce <idra@samba.org> | 2010-04-26 13:51:33 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:10 -0400 |
commit | 017a305fede73b3f61517f38dec2bf706e2648df (patch) | |
tree | d88daf74cb44e35041fc76e795063c95852eaaa4 /source3/include | |
parent | afc4a387628e00376a118fbd9aeeec0694201e6f (diff) | |
download | samba-017a305fede73b3f61517f38dec2bf706e2648df.tar.gz samba-017a305fede73b3f61517f38dec2bf706e2648df.tar.bz2 samba-017a305fede73b3f61517f38dec2bf706e2648df.zip |
s3-printing: Convert print_time_access_check.
use spoolss_PrintInfo2 and winreg calls
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 02bc54c5b0..4d0536832c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4792,7 +4792,8 @@ void map_printer_permissions(struct security_descriptor *sd); void map_job_permissions(struct security_descriptor *sd); bool print_access_check(struct auth_serversupplied_info *server_info, int snum, int access_type); -bool print_time_access_check(const char *servicename); +bool print_time_access_check(struct auth_serversupplied_info *server_info, + const char *servicename); char* get_server_name( Printer_entry *printer ); /* The following definitions come from printing/pcap.c */ |